summaryrefslogtreecommitdiff
path: root/src/ui/color.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-23 16:08:42 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-23 16:10:05 +0300
commit51dc5b1ef584a9aa214c518101b951f1745a6fc9 (patch)
treeb904890f57bbf7e4412fd51cef8682cf37657663 /src/ui/color.c
parent3b31ab31eb52578693acee07fdcf84fbeff72707 (diff)
Added an identity creation dialog
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 1e9571a7..221a7c2a 100644
--- a/src/ui/color.c
+++ b/src/ui/color.c
@@ -108,6 +108,7 @@ void setThemePalette_Color(enum iColorTheme theme) {
108 copy_(uiInputCursor_ColorId, orange_ColorId); 108 copy_(uiInputCursor_ColorId, orange_ColorId);
109 copy_(uiInputCursorText_ColorId, black_ColorId); 109 copy_(uiInputCursorText_ColorId, black_ColorId);
110 copy_(uiHeading_ColorId, cyan_ColorId); 110 copy_(uiHeading_ColorId, cyan_ColorId);
111 copy_(uiAnnotation_ColorId, teal_ColorId);
111 copy_(uiIcon_ColorId, cyan_ColorId); 112 copy_(uiIcon_ColorId, cyan_ColorId);
112 copy_(uiIconHover_ColorId, cyan_ColorId); 113 copy_(uiIconHover_ColorId, cyan_ColorId);
113 copy_(uiSeparator_ColorId, gray25_ColorId); 114 copy_(uiSeparator_ColorId, gray25_ColorId);
@@ -150,6 +151,7 @@ void setThemePalette_Color(enum iColorTheme theme) {
150 copy_(uiInputCursor_ColorId, orange_ColorId); 151 copy_(uiInputCursor_ColorId, orange_ColorId);
151 copy_(uiInputCursorText_ColorId, black_ColorId); 152 copy_(uiInputCursorText_ColorId, black_ColorId);
152 copy_(uiHeading_ColorId, cyan_ColorId); 153 copy_(uiHeading_ColorId, cyan_ColorId);
154 copy_(uiAnnotation_ColorId, teal_ColorId);
153 copy_(uiIcon_ColorId, cyan_ColorId); 155 copy_(uiIcon_ColorId, cyan_ColorId);
154 copy_(uiIconHover_ColorId, cyan_ColorId); 156 copy_(uiIconHover_ColorId, cyan_ColorId);
155 copy_(uiSeparator_ColorId, black_ColorId); 157 copy_(uiSeparator_ColorId, black_ColorId);
@@ -191,6 +193,7 @@ void setThemePalette_Color(enum iColorTheme theme) {
191 copy_(uiInputCursor_ColorId, teal_ColorId); 193 copy_(uiInputCursor_ColorId, teal_ColorId);
192 copy_(uiInputCursorText_ColorId, white_ColorId); 194 copy_(uiInputCursorText_ColorId, white_ColorId);
193 copy_(uiHeading_ColorId, brown_ColorId); 195 copy_(uiHeading_ColorId, brown_ColorId);
196 copy_(uiAnnotation_ColorId, gray50_ColorId);
194 copy_(uiIcon_ColorId, brown_ColorId); 197 copy_(uiIcon_ColorId, brown_ColorId);
195 copy_(uiIconHover_ColorId, brown_ColorId); 198 copy_(uiIconHover_ColorId, brown_ColorId);
196 copy_(uiSeparator_ColorId, gray25_ColorId); 199 copy_(uiSeparator_ColorId, gray25_ColorId);
@@ -232,6 +235,7 @@ void setThemePalette_Color(enum iColorTheme theme) {
232 copy_(uiInputCursor_ColorId, teal_ColorId); 235 copy_(uiInputCursor_ColorId, teal_ColorId);
233 copy_(uiInputCursorText_ColorId, white_ColorId); 236 copy_(uiInputCursorText_ColorId, white_ColorId);
234 copy_(uiHeading_ColorId, brown_ColorId); 237 copy_(uiHeading_ColorId, brown_ColorId);
238 copy_(uiAnnotation_ColorId, gray50_ColorId);
235 copy_(uiIcon_ColorId, brown_ColorId); 239 copy_(uiIcon_ColorId, brown_ColorId);
236 copy_(uiIconHover_ColorId, brown_ColorId); 240 copy_(uiIconHover_ColorId, brown_ColorId);
237 copy_(uiSeparator_ColorId, gray50_ColorId); 241 copy_(uiSeparator_ColorId, gray50_ColorId);