Changed colors a bit, matched bar and background
This commit is contained in:
6
config.h
6
config.h
@@ -23,9 +23,9 @@ static const char col_cyan[] = "#005577";
|
||||
static const char col_norm_fg[] = "#bbbbbb";
|
||||
static const char col_norm_bg[] = "#222222";
|
||||
static const char col_sel_fg[] = "#eeeeee";
|
||||
static const char col_sel_bg[] = "#555555";
|
||||
static const char col_norm_bdr[] = "#444444";
|
||||
static const char col_sel_bdr[] = "#555555";
|
||||
static const char col_sel_bg[] = "#222222";
|
||||
static const char col_norm_bdr[] = "#555555";
|
||||
static const char col_sel_bdr[] = "#444444";
|
||||
/* end my colors */
|
||||
static const char *colors[][3] = {
|
||||
/* fg bg border */
|
||||
|
||||
Reference in New Issue
Block a user