GUI: fix minor issues with dark themes

GUI: rename and reorder themes
This commit is contained in:
Bartosz Kaszubowski 2020-01-22 21:12:45 +01:00
parent 79e0991d9b
commit 9a22b6dced
2 changed files with 20 additions and 19 deletions

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 = {};