summaryrefslogtreecommitdiff
path: root/src/ui/color.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-07-23 13:06:47 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-07-23 13:06:47 +0300
commitce5779323b1fe6aed04f6d9ae3fd6ca77d21a221 (patch)
tree0468008bc6c73c20c41e90561e77092088ffc425 /src/ui/color.c
parentb6f430ac5439bc452dc737d960e3cbb14320ee7f (diff)
Added gray88 to the palette
The page color theme should use its own separate palette, though, not the UI palette.
Diffstat (limited to 'src/ui/color.c')
-rw-r--r--src/ui/color.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/color.c b/src/ui/color.c
index 365bf986..d6a995c7 100644
--- a/src/ui/color.c
+++ b/src/ui/color.c
@@ -8,6 +8,7 @@ iColor get_Color(int color) {
8 { 40, 40, 40, 255 }, 8 { 40, 40, 40, 255 },
9 { 80, 80, 80, 255 }, 9 { 80, 80, 80, 255 },
10 { 160, 160, 160, 255 }, 10 { 160, 160, 160, 255 },
11 { 208, 208, 208, 255 },
11 { 255, 255, 255, 255 }, 12 { 255, 255, 255, 255 },
12 { 106, 80, 0, 255 }, 13 { 106, 80, 0, 255 },
13 { 255, 192, 0, 255 }, 14 { 255, 192, 0, 255 },