diff options
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ float alphaOffset = 0.0; float alphaUnfocus; /* Terminal colors (16 first used in escape sequence) */ -sstatic const char *colorname[] = { +static const char *colorname[] = { "#131313", "#cc241d", "#009107", |
