This commit is contained in:
Sakooooo 2023-09-11 11:19:42 +04:00
parent bf80d1d2cd
commit 26acd17638
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -13,7 +13,7 @@ static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "monospace:size=10" };
static const char dmenufont[] = "monospace:size=10";
static const char col_black1[] = "#000000";
static const char col_white1[] = "#d0d0d0";
static const char col_white1[] = "#ffffff";
static const char col_red[] = "#ff0000";
static const char col_red2[] = "#830202";
static const char col_red3[] = "#aa1212";