summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorZach Hilman <DarkLordZach@users.noreply.github.com>2020-01-23 00:39:21 +0100
committerGitHub <noreply@github.com>2020-01-23 00:39:21 +0100
commitd8e0d839bd9c958233e6c57ff7e35b783daaf2d5 (patch)
tree696731d9e95c6aa6bd05ef98cd95be5c9e81d61f /src
parentMerge pull request #3330 from ReinUsesLisp/vk-blit-screen (diff)
parentfix qss stylesheet whitespaces (diff)
downloadyuzu-d8e0d839bd9c958233e6c57ff7e35b783daaf2d5.tar
yuzu-d8e0d839bd9c958233e6c57ff7e35b783daaf2d5.tar.gz
yuzu-d8e0d839bd9c958233e6c57ff7e35b783daaf2d5.tar.bz2
yuzu-d8e0d839bd9c958233e6c57ff7e35b783daaf2d5.tar.lz
yuzu-d8e0d839bd9c958233e6c57ff7e35b783daaf2d5.tar.xz
yuzu-d8e0d839bd9c958233e6c57ff7e35b783daaf2d5.tar.zst
yuzu-d8e0d839bd9c958233e6c57ff7e35b783daaf2d5.zip
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/uisettings.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/yuzu/uisettings.cpp b/src/yuzu/uisettings.cpp
index 43bad9678..738c4b2fc 100644
--- a/src/yuzu/uisettings.cpp
+++ b/src/yuzu/uisettings.cpp
@@ -7,10 +7,10 @@
namespace UISettings {
const Themes themes{{
- {"Default", "default"},
+ {"Light", "default"},
+ {"Light Colorful", "colorful"},
{"Dark", "qdarkstyle"},
- {"Colorful", "colorful"},
- {"Colorful Dark", "colorful_dark"},
+ {"Dark Colorful", "colorful_dark"},
}};
Values values = {};