GUI: add colors base setting

pave the way for.light themes
This commit is contained in:
tildearrow 2022-03-03 12:44:29 -05:00
parent 64146bed5e
commit e0cda2a77f
3 changed files with 16 additions and 1 deletions

View file

@ -493,6 +493,7 @@ class FurnaceGUI {
int statusDisplay;
float dpiScale;
int viewPrevPattern;
int guiColorsBase;
unsigned int maxUndoSteps;
String mainFontPath;
String patFontPath;
@ -533,6 +534,7 @@ class FurnaceGUI {
statusDisplay(0),
dpiScale(0.0f),
viewPrevPattern(1),
guiColorsBase(0),
maxUndoSteps(100),
mainFontPath(""),
patFontPath(""),