summaryrefslogtreecommitdiff
path: root/src/ui/color.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-28 10:40:54 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-28 10:40:54 +0300
commitee21b47945a745c67f4e8525cb7264262d1cf6fa (patch)
treeead86dde496f2719ff0678718375de0924d0beaa /src/ui/color.c
parent25c5dccac8d31febaae263befafe6d50d8660342 (diff)
Adjusted light mode color palette
The accent color hues weren't quite right.
Diffstat (limited to 'src/ui/color.c')
-rw-r--r--src/ui/color.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/color.c b/src/ui/color.c
index 04f7881f..1df890e2 100644
--- a/src/ui/color.c
+++ b/src/ui/color.c
@@ -52,10 +52,10 @@ static const iColor lightPalette_[] = {
52 { 235, 235, 235, 255 }, 52 { 235, 235, 235, 255 },
53 { 255, 255, 255, 255 }, 53 { 255, 255, 255, 255 },
54 54
55 { 170, 128, 0, 255 }, 55 { 112, 80, 20, 255 },
56 { 255, 213, 86, 255 }, 56 { 255, 200, 86, 255 },
57 { 0, 96, 128, 255 }, 57 { 0, 80, 118, 255 },
58 { 86, 213, 255, 255 }, 58 { 120, 200, 220, 255 },
59 59
60 { 255, 255, 32, 255 }, 60 { 255, 255, 32, 255 },
61 { 255, 64, 64, 255 }, 61 { 255, 64, 64, 255 },