update colours
This commit is contained in:
parent
23dfb55033
commit
096686b18e
8
config.h
8
config.h
|
@ -7,10 +7,10 @@ static const int showbar = 0; /* 0 means no bar */
|
|||
static const int topbar = 1; /* 0 means bottom bar */
|
||||
static const char *fonts[] = { "xos4 Terminus:size=12" };
|
||||
static const char dmenufont[] = "xos4 Terminus:size=14";
|
||||
static const char col_bg[] = "#000000";
|
||||
static const char col_fgnorm[] = "#009d00";
|
||||
static const char col_fgsel[] = "#55ff55";
|
||||
static const char col_border[] = "#717171";
|
||||
static const char col_bg[] = "#170808";
|
||||
static const char col_fgnorm[] = "#823302";
|
||||
static const char col_fgsel[] = "#f2731e";
|
||||
static const char col_border[] = "#823302";
|
||||
static const char *colors[][3] = {
|
||||
/* fg bg border */
|
||||
[SchemeNorm] = { col_fgnorm, col_bg, col_bg },
|
||||
|
|
Loading…
Reference in New Issue