summaryrefslogtreecommitdiff
path: root/src/ui/color.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-02-24 04:39:54 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-02-24 04:39:54 +0200
commit884149c9caceda88cf2182e381cf283d966e34d5 (patch)
treefc854a71361adb0f233bb547239a049ffc0872f4 /src/ui/color.c
parent2924eecd02b29bf7579959ee1299a551a96cf033 (diff)
SidebarWidget: Background color tuning
Diffstat (limited to 'src/ui/color.c')
-rw-r--r--src/ui/color.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/color.c b/src/ui/color.c
index ab95906d..e00f76ff 100644
--- a/src/ui/color.c
+++ b/src/ui/color.c
@@ -128,7 +128,7 @@ void setThemePalette_Color(enum iColorTheme theme) {
128 copy_(uiBackgroundSelected_ColorId, teal_ColorId); 128 copy_(uiBackgroundSelected_ColorId, teal_ColorId);
129 copy_(uiBackgroundFramelessHover_ColorId, teal_ColorId); 129 copy_(uiBackgroundFramelessHover_ColorId, teal_ColorId);
130 set_Color(uiBackgroundSidebar_ColorId, 130 set_Color(uiBackgroundSidebar_ColorId,
131 mix_Color(get_Color(black_ColorId), get_Color(gray25_ColorId), 0.66f)); 131 mix_Color(get_Color(black_ColorId), get_Color(gray25_ColorId), 0.75f));
132 copy_(uiText_ColorId, gray75_ColorId); 132 copy_(uiText_ColorId, gray75_ColorId);
133 copy_(uiTextPressed_ColorId, black_ColorId); 133 copy_(uiTextPressed_ColorId, black_ColorId);
134 copy_(uiTextStrong_ColorId, white_ColorId); 134 copy_(uiTextStrong_ColorId, white_ColorId);