summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/color.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/color.c b/src/ui/color.c
index 6aced944..5d3fbaf5 100644
--- a/src/ui/color.c
+++ b/src/ui/color.c
@@ -151,7 +151,8 @@ void setThemePalette_Color(enum iColorTheme theme) {
151 copy_(uiEmbossSelected2_ColorId, black_ColorId); 151 copy_(uiEmbossSelected2_ColorId, black_ColorId);
152 copy_(uiEmbossSelectedHover1_ColorId, white_ColorId); 152 copy_(uiEmbossSelectedHover1_ColorId, white_ColorId);
153 copy_(uiEmbossSelectedHover2_ColorId, cyan_ColorId); 153 copy_(uiEmbossSelectedHover2_ColorId, cyan_ColorId);
154 set_Color(uiInputBackground_ColorId, mix_Color(get_Color(black_ColorId), get_Color(gray25_ColorId), 0.7f)); 154 set_Color(uiInputBackground_ColorId,
155 mix_Color(get_Color(black_ColorId), get_Color(gray25_ColorId), 0.7f));
155 copy_(uiInputBackgroundFocused_ColorId, black_ColorId); 156 copy_(uiInputBackgroundFocused_ColorId, black_ColorId);
156 copy_(uiInputText_ColorId, gray75_ColorId); 157 copy_(uiInputText_ColorId, gray75_ColorId);
157 copy_(uiInputTextFocused_ColorId, white_ColorId); 158 copy_(uiInputTextFocused_ColorId, white_ColorId);