This commit is contained in:
tavo-wasd 2023-04-08 09:47:02 -06:00
parent 025b893265
commit 2d7771e83f

View file

@ -16,13 +16,13 @@ static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee";
static const char col_cyan[] = "#005577";
/* custom colors */
static const char col_red[] = "#fb4934";
static const char col_purple[] = "#d3869b";
static const char col_ggrey[] = "#121212";
static const char *colors[][3] = {
/* --------------- */
/* fg bg border */
[SchemeNorm] = { col_red, col_ggrey, col_ggrey },
[SchemeSel] = { col_ggrey, col_red, col_red },
[SchemeNorm] = { col_purple,col_ggrey, col_ggrey },
[SchemeSel] = { col_ggrey, col_purple,col_purple},
};
/* tagging */