From 7e01311061bde87a6cd6cf35fe3c9a5d5ee4709d Mon Sep 17 00:00:00 2001 From: James Rowe Date: Sat, 18 Jul 2020 09:23:20 -0400 Subject: qt-themes: Add Midnight Blue qdarkstyle theme (2.8.1) Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> --- src/yuzu/uisettings.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/yuzu/uisettings.cpp') 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 = {}; -- cgit v1.2.3