From 9a22b6dced0e6ca9746269db5389fa8bff534ac2 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Wed, 22 Jan 2020 21:12:45 +0100 Subject: GUI: fix minor issues with dark themes GUI: rename and reorder themes --- src/yuzu/uisettings.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/yuzu/uisettings.cpp b/src/yuzu/uisettings.cpp index 43bad9678..738c4b2fc 100644 --- a/src/yuzu/uisettings.cpp +++ b/src/yuzu/uisettings.cpp @@ -7,10 +7,10 @@ namespace UISettings { const Themes themes{{ - {"Default", "default"}, + {"Light", "default"}, + {"Light Colorful", "colorful"}, {"Dark", "qdarkstyle"}, - {"Colorful", "colorful"}, - {"Colorful Dark", "colorful_dark"}, + {"Dark Colorful", "colorful_dark"}, }}; Values values = {}; -- cgit v1.2.3