summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2022-06-17 20:51:07 -0500
committerGitHub <noreply@github.com>2022-06-17 20:51:07 -0500
commit9779914f7a0bdec4837bb2a3612567bc00b9fe6e (patch)
tree5a1029ded9b39e5aacec2152f9cd3868c82c7c9a /config.h
parent670d4983fa04c8997df014552178a40210780758 (diff)
update colors
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 6b936fe..c25810a 100644
--- a/config.h
+++ b/config.h
@@ -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 */