diff options
Diffstat (limited to 'src/ui/color.c')
-rw-r--r-- | src/ui/color.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/color.c b/src/ui/color.c index 3ea98d8c..ed17f580 100644 --- a/src/ui/color.c +++ b/src/ui/color.c | |||
@@ -90,8 +90,8 @@ void setThemePalette_Color(enum iColorTheme theme) { | |||
90 | const int accentLo = (prefs->accent == cyan_ColorAccent ? teal_ColorId : brown_ColorId); | 90 | const int accentLo = (prefs->accent == cyan_ColorAccent ? teal_ColorId : brown_ColorId); |
91 | const int altAccentHi = (prefs->accent == cyan_ColorAccent ? orange_ColorId : cyan_ColorId); | 91 | const int altAccentHi = (prefs->accent == cyan_ColorAccent ? orange_ColorId : cyan_ColorId); |
92 | const int altAccentLo = (prefs->accent == cyan_ColorAccent ? brown_ColorId : teal_ColorId); | 92 | const int altAccentLo = (prefs->accent == cyan_ColorAccent ? brown_ColorId : teal_ColorId); |
93 | const iColor accentMid = mix_Color(get_Color(accentHi), get_Color(accentLo), 0.5f); | 93 | //const iColor accentMid = mix_Color(get_Color(accentHi), get_Color(accentLo), 0.5f); |
94 | const iColor altAccentMid = mix_Color(get_Color(altAccentHi), get_Color(altAccentLo), 0.5f); | 94 | //const iColor altAccentMid = mix_Color(get_Color(altAccentHi), get_Color(altAccentLo), 0.5f); |
95 | switch (theme) { | 95 | switch (theme) { |
96 | case pureBlack_ColorTheme: { | 96 | case pureBlack_ColorTheme: { |
97 | copy_(uiBackground_ColorId, black_ColorId); | 97 | copy_(uiBackground_ColorId, black_ColorId); |