Files
9885763e3d hand refactor (#5677)
Co-authored-by: silicons <no@you.cat>
2024-11-20 09:25:57 +01:00

12 lines
357 B
Plaintext

// ui style defines
// warning: directly saved to prefs, changing this will break things
#define UI_STYLE_MIDNIGHT "Midnight"
#define UI_STYLE_ORANGE "Orange"
#define UI_STYLE_OLD "old"
#define UI_STYLE_WHITE "White"
#define UI_STYLE_MINIMALIST "minimalist"
#define UI_STYLE_HOLOGRAM "Hologram"
#define UI_STYLE_DEFAULT UI_STYLE_MIDNIGHT