Updated colors

This commit is contained in:
jon
2024-01-05 14:14:48 -06:00
parent 56b069739b
commit c3f392644c

View File

@@ -29,7 +29,9 @@ static const char col_norm_fg[] = "#bbbbbb";
static const char col_norm_bg[] = "#222222"; static const char col_norm_bg[] = "#222222";
static const char col_sel_fg[] = "#eeeeee"; static const char col_sel_fg[] = "#eeeeee";
static const char col_sel_bg[] = "#222222"; static const char col_sel_bg[] = "#222222";
static const char col_norm_bdr[] = "#555555"; //static const char col_norm_bdr[] = "#555555";
// this is to remove the border from non-selected windows
static const char col_norm_bdr[] = "#222222";
static const char col_sel_bdr[] = "#444444"; static const char col_sel_bdr[] = "#444444";
/* end my colors */ /* end my colors */
static const char *colors[][3] = { static const char *colors[][3] = {