summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h4
1 files 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 */