summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2023-05-04 02:32:18 +0000
committerGitHub <noreply@github.com>2023-05-04 02:32:18 +0000
commit2be8ed75d9aa1cddd33cadb74de45856dbbfab43 (patch)
tree90d2399d7612ea4202c41c5e5c09d4ccca83e999
parentec87d868257620e7f595e6d56770d23a57012a26 (diff)
update colors and tags
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index a9f47f9..fd2e93c 100644
--- a/config.h
+++ b/config.h
@@ -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):