summaryrefslogtreecommitdiff
path: root/src/ui/color.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-12-29 08:51:08 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-12-29 08:51:08 +0200
commit4dc0e17e8f315cbb336ac3664177a7f6bb3f993b (patch)
treef6041e32f51ec197702245f1b27808779cdf7155 /src/ui/color.c
parentda6ceb3858ae864fab63efb6d39aa963374c4bce (diff)
Added a bold UI font
The bold UI label font is used for highlighted sidebar items and default buttons.
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 7cbb468b..8233818e 100644
--- a/src/ui/color.c
+++ b/src/ui/color.c
@@ -167,7 +167,7 @@ void setThemePalette_Color(enum iColorTheme theme) {
167 copy_(uiBackgroundPressed_ColorId, cyan_ColorId); 167 copy_(uiBackgroundPressed_ColorId, cyan_ColorId);
168 copy_(uiBackgroundFramelessHover_ColorId, orange_ColorId); 168 copy_(uiBackgroundFramelessHover_ColorId, orange_ColorId);
169 copy_(uiText_ColorId, black_ColorId); 169 copy_(uiText_ColorId, black_ColorId);
170 copy_(uiTextStrong_ColorId, teal_ColorId); 170 copy_(uiTextStrong_ColorId, black_ColorId);
171 copy_(uiTextPressed_ColorId, black_ColorId); 171 copy_(uiTextPressed_ColorId, black_ColorId);
172 copy_(uiTextSelected_ColorId, black_ColorId); 172 copy_(uiTextSelected_ColorId, black_ColorId);
173 copy_(uiTextDisabled_ColorId, gray50_ColorId); 173 copy_(uiTextDisabled_ColorId, gray50_ColorId);