summaryrefslogtreecommitdiff
path: root/src/ui/color.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-09 08:25:47 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-09 08:25:47 +0200
commitd17dba488c5e1218ddff2d7a7d138a28ce25f1e2 (patch)
tree90e2359d74e15f8336d82b61f2e38ee712a7fb91 /src/ui/color.c
parent5a1b9c16d4c45b9ae40c107bd2592415b48ded58 (diff)
GmDocument: Light mode Gray document theme
The Gray theme now has a light and dark variant.
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 3c504c14..c751fec2 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.5f)); 189 mix_Color(get_Color(white_ColorId), get_Color(gray75_ColorId), 0.67f));
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);