diff options
| author | nic <ra@afu.re> | 2024-06-11 12:06:15 -0400 |
|---|---|---|
| committer | nic <ra@afu.re> | 2024-06-11 12:06:15 -0400 |
| commit | 595b747c1105d9ca0092e6e1ff5732f3e0f7560f (patch) | |
| tree | e01b09b86053b0a9987515d6a79f4249aebef8e6 | |
| parent | fb4e1568b967254a5708d1a87a946e6e8f17a03c (diff) | |
| -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", |
