Browse Source

Adjust textfield colors

tags/v0.6.0
Andrew Belt 7 years ago
parent
commit
0190dfb4a4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/window.cpp

+ 1
- 0
src/window.cpp View File

@@ -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;



Loading…
Cancel
Save