GUI: add an option to set modal backdrop color

This commit is contained in:
tildearrow 2022-01-29 14:20:30 -05:00
parent c78532412d
commit f01ce71fb6
2 changed files with 5 additions and 0 deletions

View file

@ -10,6 +10,7 @@
enum FurnaceGUIColors {
GUI_COLOR_BACKGROUND=0,
GUI_COLOR_FRAME_BACKGROUND,
GUI_COLOR_MODAL_BACKDROP,
GUI_COLOR_HEADER,
GUI_COLOR_TEXT,
GUI_COLOR_ACCENT_PRIMARY,