diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
