Updated colors
This commit is contained in:
4
config.h
4
config.h
@@ -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] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user