update colorscheme

This commit is contained in:
Ray Elliott 2020-02-22 17:10:01 +00:00
parent a2cc51412b
commit 00245a2633
1 changed files with 5 additions and 5 deletions

View File

@ -5,16 +5,16 @@ static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
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=16" };
static const char *fonts[] = { "xos4 Terminus:size=12" };
static const char dmenufont[] = "xos4 Terminus:size=14";
static const char col_bg[] = "#0b0b0b";
static const char col_bg[] = "#000000";
static const char col_fgnorm[] = "#009d00";
static const char col_fgsel[] = "#55ff55";
static const char col_border[] = "#ff0000";
static const char col_border[] = "#717171";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_fgnorm, col_bg, col_border },
[SchemeSel] = { col_fgsel, col_bg, col_bg },
[SchemeNorm] = { col_fgnorm, col_bg, col_bg },
[SchemeSel] = { col_fgsel, col_bg, col_border },
};
/* tagging */