New colors.
This commit is contained in:
parent
005f931a49
commit
a94794b949
3 changed files with 4 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue