fixed zoom and colors

This commit is contained in:
Bryson Steck 2021-10-20 13:55:26 -06:00
parent 507760bbff
commit ed5d75083c
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */ static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "JetBrains Mono:size=12" }; static const char *fonts[] = { "JetBrains Mono:size=12" };
static const char dmenufont[] = "JetBrains Mono:size=12"; static const char dmenufont[] = "JetBrains Mono:size=12";
static const char black[] = "#000000"; static const char col_black[] = "#000000";
static const char col_gray1[] = "#222222"; static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444"; static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb"; static const char col_gray3[] = "#bbbbbb";
@ -23,7 +23,7 @@ static const unsigned int gappx = 6;
static const char *colors[][3] = { static const char *colors[][3] = {
/* fg bg border */ /* fg bg border */
[SchemeNorm] = { col_nord4, col_gray1, col_gray1 }, [SchemeNorm] = { col_nord4, col_black, col_gray1 },
[SchemeSel] = { col_nord4, col_gray2, col_gray1 }, [SchemeSel] = { col_nord4, col_gray2, col_gray1 },
}; };

BIN
dwm

Binary file not shown.