summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.h b/config.h
index 0b699f3..ad0bc18 100644
--- a/config.h
+++ b/config.h
@@ -111,7 +111,7 @@ float alpha = 1;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
/* 8 normal colors */
- [0] = "#282828", /* hard contrast: #1d2021 / soft contrast: #32302f */
+ [0] = "#282828", /* black */
[1] = "#cc241d", /* red */
[2] = "#98971a", /* green */
[3] = "#d79921", /* yellow */
@@ -131,7 +131,6 @@ static const char *colorname[] = {
[15] = "#ebdbb2", /* white */
};
-
/*
* Default colors (colorname index)
* foreground, background, cursor, reverse cursor