Introduced a variable

This commit is contained in:
Candifloss 2025-01-17 15:53:39 +05:30
parent 63d05cf05a
commit 0ec69b010a
2 changed files with 4 additions and 3 deletions

View File

@ -14,11 +14,12 @@ static const char col_gray4[] = "#eeeeee";
static const char col_cyan[] = "#005577";
static const char col_border_default[] = "#000000";
static const char col_border_focused[] = "#232323";
static const char col_window_bg_focused[] = "#232323";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_gray3, col_gray1, col_border_default },
[SchemeSel] = { col_gray4, "#232323", col_border_focused },
[SchemeSel] = { col_gray4, col_window_bg_focused, col_border_focused },
};
// Start-up scripts & commands

BIN
dwm

Binary file not shown.