From 76ee6e68a0c16a2d16a4596788f2078e4204972c Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Sat, 13 Apr 2019 19:45:37 +0100 Subject: Use correct colours --- config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.h b/config.h index 956657e..0a25b55 100644 --- a/config.h +++ b/config.h @@ -92,13 +92,13 @@ static const char *colorname[] = { "#EA5CE2", /* base0E */ "#7CEDE9", /* base0C */ "#DFDBDF", /* base05 */ - "#B53B50", /* base08 */ + "#61507A", /* base03 */ + "#E4600E", /* base09 */ "#06EA61", /* base0B */ - "#DAE84D", /* base0A */ - "#03AEFF", /* base0D */ + "#242424", /* base02 */ "#BFBBBF", /* base04 */ - "#EA5CE2", /* base0E */ - "#7CEDE9", /* base0C */ + "#EFEBEF", /* base06 */ + "#9D4D0E", /* base0F */ "#FFFBFF", /* base07 */ }; -- cgit v1.2.3