update colours

This commit is contained in:
Ray Elliott 2020-03-25 21:52:35 +00:00
parent 23dfb55033
commit 096686b18e
1 changed files with 4 additions and 4 deletions

View File

@ -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 },