Changed colors a bit, matched bar and background

This commit is contained in:
jon
2019-11-30 09:13:39 -06:00
parent 22fb46f457
commit 61b5d9251c

View File

@@ -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 */