diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2023-05-04 02:32:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-04 02:32:18 +0000 |
| commit | 2be8ed75d9aa1cddd33cadb74de45856dbbfab43 (patch) | |
| tree | 90d2399d7612ea4202c41c5e5c09d4ccca83e999 /config.h | |
| parent | ec87d868257620e7f595e6d56770d23a57012a26 (diff) | |
update colors and tags
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,12 +16,12 @@ static const char col_gray4[] = "#ebdbb2"; static const char col_cyan[] = "#282828"; static const char *colors[][3] = { /* fg bg border */ - [SchemeNorm] = { col_gray3, col_gray1, col_cyan }, - [SchemeSel] = { col_gray4, col_cyan, col_gray2 }, + [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, + [SchemeSel] = { col_gray4, col_cyan, col_gray3 }, }; /* tagging */ -static const char *tags[] = { "", "", "", "", "" }; +static const char *tags[] = { "/", "www", "", "", }; static const Rule rules[] = { /* xprop(1): |
