everything everything black

This commit is contained in:
Sakooooo 2023-07-24 16:09:04 +03:00
parent 77302b59c3
commit c2becbeccf
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -13,7 +13,8 @@ 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[] = { "JetBrainsMono NF:size=10" }; static const char *fonts[] = { "JetBrainsMono NF:size=10" };
static const char dmenufont[] = "monospace:size=10"; static const char dmenufont[] = "monospace:size=10";
static const char col_gray1[] = "#222222"; //static const char col_gray1[] = "#222222";
static const char col_gray1[] = "#000000";
static const char col_gray2[] = "#444444"; static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#cccccc"; static const char col_gray3[] = "#cccccc";
static const char col_gray4[] = "#eeeeee"; static const char col_gray4[] = "#eeeeee";