diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2022-06-17 20:51:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-17 20:51:07 -0500 |
| commit | 9779914f7a0bdec4837bb2a3612567bc00b9fe6e (patch) | |
| tree | 5a1029ded9b39e5aacec2152f9cd3868c82c7c9a /config.h | |
| parent | 670d4983fa04c8997df014552178a40210780758 (diff) | |
update colors
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,11 +13,11 @@ static const char col_gray1[] = "#282828"; static const char col_gray2[] = "#928374"; static const char col_gray3[] = "#ebdbb2"; static const char col_gray4[] = "#ebdbb2"; -static const char col_cyan[] = "#928374"; +static const char col_cyan[] = "#282828"; static const char *colors[][3] = { /* fg bg border */ - [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, - [SchemeSel] = { col_gray4, col_cyan, col_cyan }, + [SchemeNorm] = { col_gray3, col_gray1, col_cyan }, + [SchemeSel] = { col_gray4, col_cyan, col_gray2 }, }; /* tagging */ |
