Fix color typo

This commit is contained in:
2024-06-03 14:13:53 +01:00
parent f1fe92f480
commit 30a380646e
3 changed files with 19 additions and 11 deletions

View File

@@ -15,8 +15,8 @@ static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "JetBrainsMono NF:size=20" };
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { "ebdbb2", "282828", "1d2021" },
[SchemeSel] = { "282828", "ebdbb2", "ebdbb2" },
[SchemeNorm] = { "#ebdbb2", "#282828", "#1d2021" },
[SchemeSel] = { "#282828", "#ebdbb2", "#ebdbb2" },
};
/* tagging */