diff --git a/src/window.cpp b/src/window.cpp index 4fa28440..06bc2493 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -575,6 +575,7 @@ void windowSetTheme(NVGcolor bg, NVGcolor fg) { t.sliderTheme.innerColor = colorPlus(bg, nvgRGB(0x50, 0x50, 0x50)); t.sliderTheme.innerSelectedColor = colorPlus(bg, nvgRGB(0x60, 0x60, 0x60)); + t.textFieldTheme = t.sliderTheme; t.textFieldTheme.textColor = colorMinus(bg, nvgRGB(0x20, 0x20, 0x20)); t.textFieldTheme.textSelectedColor = t.textFieldTheme.textColor;