GUI: fix minor issues with dark themes

GUI: rename and reorder themes
This commit is contained in:
Bartosz Kaszubowski
2020-01-28 14:24:52 +01:00
committed by FearlessTobi
parent 5d502dfecc
commit ff66f723bb
2 changed files with 20 additions and 19 deletions
+3 -3
View File
@@ -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 = {};