summaryrefslogtreecommitdiff
path: root/src/ui/color.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-18 19:39:17 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-18 19:39:17 +0300
commitd83c4f5b3ea2198c883349dbc89e68c8d78aef02 (patch)
tree18c5f2e977db510ec55f52b0a6520b0c9e98abc7 /src/ui/color.c
parentdcf86a5ae8a6595b64b703ded09c81483a766906 (diff)
DocumentWidget: Render marks transparently
Diffstat (limited to 'src/ui/color.c')
-rw-r--r--src/ui/color.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/color.c b/src/ui/color.c
index 7d6ab2c2..53315a4f 100644
--- a/src/ui/color.c
+++ b/src/ui/color.c
@@ -217,6 +217,8 @@ void setThemePalette_Color(enum iColorTheme theme) {
217 copy_(uiMatching_ColorId, orange_ColorId); 217 copy_(uiMatching_ColorId, orange_ColorId);
218 break; 218 break;
219 } 219 }
220 palette_[uiMarked_ColorId].a = 128;
221 palette_[uiMatching_ColorId].a = 128;
220} 222}
221 223
222iColor get_Color(int color) { 224iColor get_Color(int color) {