aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/yuzu/uisettings.cpp
diff options
context:
space:
mode:
authorJames Rowe <[email protected]>2020-07-18 09:23:20 -0400
committerMorph <[email protected]>2020-07-20 01:25:25 -0400
commit7e01311061bde87a6cd6cf35fe3c9a5d5ee4709d (patch)
treed519e947fc99850fefcd6b88f0f68140299904fa /src/yuzu/uisettings.cpp
parentad0b2951250979549082fdef3ba4fd93a720b5df (diff)
downloadyuzu-android-7e01311061bde87a6cd6cf35fe3c9a5d5ee4709d.tar.gz
yuzu-android-7e01311061bde87a6cd6cf35fe3c9a5d5ee4709d.zip
qt-themes: Add Midnight Blue qdarkstyle theme (2.8.1)
Co-authored-by: Morph <[email protected]>
Diffstat (limited to 'src/yuzu/uisettings.cpp')
-rw-r--r--src/yuzu/uisettings.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/uisettings.cpp b/src/yuzu/uisettings.cpp
index 738c4b2fc..a51175f36 100644
--- a/src/yuzu/uisettings.cpp
+++ b/src/yuzu/uisettings.cpp
@@ -11,6 +11,8 @@ const Themes themes{{
{"Light Colorful", "colorful"},
{"Dark", "qdarkstyle"},
{"Dark Colorful", "colorful_dark"},
+ {"Midnight Blue", "qdarkstyle_midnight_blue"},
+ {"Midnight Blue Colorful", "colorful_midnight_blue"},
}};
Values values = {};