From cf3c287fe37cc7ab22df2459c2e63a6f97ed5bfe Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Sat, 13 Apr 2019 11:35:53 +0100 Subject: Change 0B and 02 around --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index df47a5a..fa64fb2 100644 --- a/config.h +++ b/config.h @@ -86,7 +86,7 @@ unsigned int tabspaces = 8; static const char *colorname[] = { "#040404", /* base00 */ "#B53B50", /* base08 */ - "#06EA61", /* base0B */ + "#242424", /* base02 */ "#DAE84D", /* base0A */ "#03AEFF", /* base0D */ "#EA5CE2", /* base0E */ @@ -95,7 +95,7 @@ static const char *colorname[] = { "#61507A", /* base03 */ "#E4600E", /* base09 */ "#141414", /* base01 */ - "#242424", /* base02 */ + "#06EA61", /* base0B */ "#BFBBBF", /* base04 */ "#EFEBEF", /* base06 */ "#9D4D0E", /* base0F */ -- cgit v1.2.3