diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-26 12:30:53 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-26 12:30:53 +0100 |
| commit | 779c9489a7d2c339e36a80c6432a1f65c8833e01 (patch) | |
| tree | 75cb30773aabaafee30531590460923212a21811 /config.h | |
| parent | 21758ff091b24bd6eec4fffa6f3f811238313e14 (diff) | |
updates
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ static const char col_gray1[] = "#000000"; static const char col_gray2[] = "#000000"; static const char col_gray3[] = "#bbbbbb"; static const char col_gray4[] = "#eeeeee"; -static const char col_float[] = "#191970"; +static const char col_float[] = "#770000"; static const char col_cyan[] = "#bbbbbb"; static const char *colors[][4] = { /* fg bg border float */ |
