diff options
author | James Rowe <[email protected]> | 2020-07-18 09:23:20 -0400 |
---|---|---|
committer | Morph <[email protected]> | 2020-07-20 01:25:25 -0400 |
commit | 7e01311061bde87a6cd6cf35fe3c9a5d5ee4709d (patch) | |
tree | d519e947fc99850fefcd6b88f0f68140299904fa /src/yuzu/uisettings.cpp | |
parent | ad0b2951250979549082fdef3ba4fd93a720b5df (diff) | |
download | yuzu-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.cpp | 2 |
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 = {}; |