diff options
-rw-r--r-- | src/ui/color.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/color.c b/src/ui/color.c index d6d68816..bcecb529 100644 --- a/src/ui/color.c +++ b/src/ui/color.c | |||
@@ -186,7 +186,7 @@ void setThemePalette_Color(enum iColorTheme theme) { | |||
186 | copy_(uiBackgroundPressed_ColorId, altAccentHi); | 186 | copy_(uiBackgroundPressed_ColorId, altAccentHi); |
187 | copy_(uiBackgroundFramelessHover_ColorId, accentHi); | 187 | copy_(uiBackgroundFramelessHover_ColorId, accentHi); |
188 | set_Color(uiBackgroundSidebar_ColorId, | 188 | set_Color(uiBackgroundSidebar_ColorId, |
189 | mix_Color(get_Color(white_ColorId), get_Color(gray75_ColorId), 0.67f)); | 189 | mix_Color(get_Color(white_ColorId), get_Color(gray75_ColorId), 0.5f)); |
190 | copy_(uiBackgroundMenu_ColorId, white_ColorId); | 190 | copy_(uiBackgroundMenu_ColorId, white_ColorId); |
191 | copy_(uiText_ColorId, black_ColorId); | 191 | copy_(uiText_ColorId, black_ColorId); |
192 | copy_(uiTextStrong_ColorId, black_ColorId); | 192 | copy_(uiTextStrong_ColorId, black_ColorId); |