mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 19:36:53 +01:00
12 lines
357 B
Plaintext
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
|