aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/uisettings.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-11-25 01:52:48 -0800
committerGitHub <noreply@github.com>2021-11-25 01:52:48 -0800
commit06ad463ec868878f3fb0fc0b23bfb0dbbb725d57 (patch)
treef65f6aa3134ee6e976047acd7704b19ee0b3343e /src/yuzu/uisettings.cpp
parentf078d3d212a4b272012695762f3ce62eaa0db2ab (diff)
parent2e5866147eb24545e597d86f4e6621c2f2c63165 (diff)
Merge pull request #7330 from MightyCreak/simplify-theme-selection
Replace "Light" theme by "Default"
Diffstat (limited to 'src/yuzu/uisettings.cpp')
-rw-r--r--src/yuzu/uisettings.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/uisettings.cpp b/src/yuzu/uisettings.cpp
index 37499fc85..21683576c 100644
--- a/src/yuzu/uisettings.cpp
+++ b/src/yuzu/uisettings.cpp
@@ -7,8 +7,8 @@
namespace UISettings {
const Themes themes{{
- {"Light", "default"},
- {"Light Colorful", "colorful"},
+ {"Default", "default"},
+ {"Default Colorful", "colorful"},
{"Dark", "qdarkstyle"},
{"Dark Colorful", "colorful_dark"},
{"Midnight Blue", "qdarkstyle_midnight_blue"},