summaryrefslogtreecommitdiff
path: root/src/ui/color.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-07-26 15:25:31 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-07-26 15:25:31 +0300
commit0f0369dbb60876676b6e4ea1c6bac96e24033ae8 (patch)
treee016782a05420b0f720754b1c5196f9fa2a4a693 /src/ui/color.c
parent3d60806534f5fd20e321a1290f3942215dcf1121 (diff)
Added a new darkest gray to the 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 179006c1..330dab1d 100644
--- a/src/ui/color.c
+++ b/src/ui/color.c
@@ -7,6 +7,7 @@ static const iColor transparent_;
7iColor get_Color(int color) { 7iColor get_Color(int color) {
8 static const iColor palette[] = { 8 static const iColor palette[] = {
9 { 0, 0, 0, 255 }, 9 { 0, 0, 0, 255 },
10 { 24, 24, 24, 255 },
10 { 40, 40, 40, 255 }, 11 { 40, 40, 40, 255 },
11 { 80, 80, 80, 255 }, 12 { 80, 80, 80, 255 },
12 { 160, 160, 160, 255 }, 13 { 160, 160, 160, 255 },