summaryrefslogtreecommitdiff
path: root/src/ui/color.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-12-29 14:36:04 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-12-29 14:36:04 +0200
commit6f1e31fdadd22a5f6932e87eab15fabd5e5cb1df (patch)
tree84a02425469799311908e55e52ceceee0846a346 /src/ui/color.c
parente7ebb78eb7c04a8c973218f9b5048bc009a444a7 (diff)
SidebarWidget: Finetuning the secondary item colors
Diffstat (limited to 'src/ui/color.c')
-rw-r--r--src/ui/color.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/color.c b/src/ui/color.c
index 8233818e..1bab8538 100644
--- a/src/ui/color.c
+++ b/src/ui/color.c
@@ -82,6 +82,7 @@ void setThemePalette_Color(enum iColorTheme theme) {
82 copy_(uiText_ColorId, gray75_ColorId); 82 copy_(uiText_ColorId, gray75_ColorId);
83 copy_(uiTextPressed_ColorId, black_ColorId); 83 copy_(uiTextPressed_ColorId, black_ColorId);
84 copy_(uiTextStrong_ColorId, white_ColorId); 84 copy_(uiTextStrong_ColorId, white_ColorId);
85 copy_(uiTextDim_ColorId, gray75_ColorId);
85 copy_(uiTextSelected_ColorId, white_ColorId); 86 copy_(uiTextSelected_ColorId, white_ColorId);
86 copy_(uiTextFramelessHover_ColorId, white_ColorId); 87 copy_(uiTextFramelessHover_ColorId, white_ColorId);
87 copy_(uiTextDisabled_ColorId, gray25_ColorId); 88 copy_(uiTextDisabled_ColorId, gray25_ColorId);
@@ -126,6 +127,7 @@ void setThemePalette_Color(enum iColorTheme theme) {
126 copy_(uiText_ColorId, gray75_ColorId); 127 copy_(uiText_ColorId, gray75_ColorId);
127 copy_(uiTextPressed_ColorId, black_ColorId); 128 copy_(uiTextPressed_ColorId, black_ColorId);
128 copy_(uiTextStrong_ColorId, white_ColorId); 129 copy_(uiTextStrong_ColorId, white_ColorId);
130 copy_(uiTextDim_ColorId, gray75_ColorId);
129 copy_(uiTextSelected_ColorId, white_ColorId); 131 copy_(uiTextSelected_ColorId, white_ColorId);
130 copy_(uiTextDisabled_ColorId, gray50_ColorId); 132 copy_(uiTextDisabled_ColorId, gray50_ColorId);
131 copy_(uiTextFramelessHover_ColorId, white_ColorId); 133 copy_(uiTextFramelessHover_ColorId, white_ColorId);
@@ -168,6 +170,7 @@ void setThemePalette_Color(enum iColorTheme theme) {
168 copy_(uiBackgroundFramelessHover_ColorId, orange_ColorId); 170 copy_(uiBackgroundFramelessHover_ColorId, orange_ColorId);
169 copy_(uiText_ColorId, black_ColorId); 171 copy_(uiText_ColorId, black_ColorId);
170 copy_(uiTextStrong_ColorId, black_ColorId); 172 copy_(uiTextStrong_ColorId, black_ColorId);
173 copy_(uiTextDim_ColorId, gray25_ColorId);
171 copy_(uiTextPressed_ColorId, black_ColorId); 174 copy_(uiTextPressed_ColorId, black_ColorId);
172 copy_(uiTextSelected_ColorId, black_ColorId); 175 copy_(uiTextSelected_ColorId, black_ColorId);
173 copy_(uiTextDisabled_ColorId, gray50_ColorId); 176 copy_(uiTextDisabled_ColorId, gray50_ColorId);
@@ -213,6 +216,7 @@ void setThemePalette_Color(enum iColorTheme theme) {
213 copy_(uiTextPressed_ColorId, black_ColorId); 216 copy_(uiTextPressed_ColorId, black_ColorId);
214 copy_(uiTextDisabled_ColorId, gray75_ColorId); 217 copy_(uiTextDisabled_ColorId, gray75_ColorId);
215 copy_(uiTextStrong_ColorId, black_ColorId); 218 copy_(uiTextStrong_ColorId, black_ColorId);
219 copy_(uiTextDim_ColorId, gray25_ColorId);
216 copy_(uiTextSelected_ColorId, black_ColorId); 220 copy_(uiTextSelected_ColorId, black_ColorId);
217 copy_(uiTextFramelessHover_ColorId, black_ColorId); 221 copy_(uiTextFramelessHover_ColorId, black_ColorId);
218 copy_(uiTextShortcut_ColorId, brown_ColorId); 222 copy_(uiTextShortcut_ColorId, brown_ColorId);