mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
GUI: fix minor issues with dark themes
GUI: rename and reorder themes
This commit is contained in:
parent
cb436f6f6f
commit
9333dab6f0
2 changed files with 20 additions and 19 deletions
|
@ -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 = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue