New colors.

This commit is contained in:
Bartek Stalewski 2022-03-31 22:51:39 +02:00
parent 005f931a49
commit a94794b949
3 changed files with 4 additions and 4 deletions

View file

@ -15,8 +15,8 @@ static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "RobotoMono Nerd Font:style=Medium:size=10", "Material Icons:size=12" };
static const char normfgcolor[] = "#bbbbbb";
static const char col_fg[] = "#161616";
static const char col_bg[] = "#c7c7c7";
static const char col_fg[] = "#c7c7c7";
static const char col_bg[] = "#161616";
static const char col_bd[] = "#000000";
static const char col_fg_sel[] = "#ffffff";
static const char col_bg_sel[] = "#005577";