diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-13 13:25:44 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-13 13:25:44 +0300 |
commit | e3a20607304e4933db283a6c78e614c472c95b9b (patch) | |
tree | 22b0467d54f73afe72f9dbfe757b5fb3e91a0691 | |
parent | cd72087251601cf8c2453ebf563696fa99d6287e (diff) |
Slightly lighter sidebar background color for Light theme
-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); |