feat: change colorscheme

gray is darker
This commit is contained in:
swytch 2020-07-11 17:13:27 +02:00
parent dc31e57692
commit d13b8977b1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "FuraCode Nerd Font Mono:size=16" };
static const char dmenufont[] = "FuraCode Nerd Font Mono:size=16";
static const char col_black[] = "#1d2021";
static const char col_gray[] = "#665c54";
static const char col_gray[] = "#373737";
static const char col_lightgray[] = "#a89984";
static const char col_orange[] = "#f7a583";
static const char col_aqua[] = "#89b594";