diff options
author | James Rowe <jroweboy@gmail.com> | 2020-07-18 09:23:20 -0400 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-07-20 01:25:25 -0400 |
commit | 7e01311061bde87a6cd6cf35fe3c9a5d5ee4709d (patch) | |
tree | d519e947fc99850fefcd6b88f0f68140299904fa /src/yuzu/uisettings.cpp | |
parent | ad0b2951250979549082fdef3ba4fd93a720b5df (diff) |
qt-themes: Add Midnight Blue qdarkstyle theme (2.8.1)
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
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 = {}; |