diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-11-27 15:46:36 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-11-27 15:46:36 +0100 |
| commit | 870582641b0b1679a2a426fcfa4b71b832dfdec4 (patch) | |
| tree | 0f0a07075e4413e686175e9ac8dec7b946ba8f40 /config.h | |
| parent | b96238f65c06309da345226e6735cd20f06ae845 (diff) | |
changed colorscheme
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -97,8 +97,9 @@ unsigned int tabspaces = 4; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { + /* 8 normal colors */ - "#f65b5b", + "#000000", "#e74c7c", "#6bb05d", "#e59e67", |
