diff options
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |