diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2022-06-13 15:07:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-13 15:07:51 -0500 |
| commit | 389a72bdc129f6a4fc4b07ff31471d1467dedf7a (patch) | |
| tree | 5fa6c5967d530ef1cce965788ef1533d7050e3c6 /config.h | |
| parent | c38d27bf66fd2ae6f1493b36b3f34c74154268e6 (diff) | |
Update config.h
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 |
