Browse Source

Fix wrong color code

Must have been a copy-paste error...
adaptive-webui-19844
Chocobo1 2 years ago
parent
commit
e4f1485c82
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      src/gui/color.h

2
src/gui/color.h

@ -48,7 +48,7 @@ namespace Color @@ -48,7 +48,7 @@ namespace Color
inline const QColor fgSubtle = 0x6e7681;
inline const QColor severeFg = 0xdb6d28;
inline const QColor successEmphasis = 0x238636;
inline const QColor successFg = 0x1a7f37;
inline const QColor successFg = 0x3fb950;
// Scale variables
inline const QColor scaleYellow6 = 0x845306;
}

Loading…
Cancel
Save