changed a color
This commit is contained in:
parent
1a9a4ce585
commit
1dae96e662
4
config.h
4
config.h
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/* appearance */
|
/* appearance */
|
||||||
static const unsigned int borderpx = 2; /* border pixel of windows */
|
static const unsigned int borderpx = 2; /* border pixel of windows */
|
||||||
static const unsigned int gappx = 18; /* gaps between windows */
|
static const unsigned int gappx = 16; /* gaps between windows */
|
||||||
static const unsigned int snap = 16; /* snap pixel */
|
static const unsigned int snap = 16; /* snap pixel */
|
||||||
static const int showbar = 1; /* 0 means no bar */
|
static const int showbar = 1; /* 0 means no bar */
|
||||||
static const int topbar = 1; /* 0 means bottom bar */
|
static const int topbar = 1; /* 0 means bottom bar */
|
||||||
@ -38,7 +38,7 @@ static const char *colors[][3] = {
|
|||||||
/* Tagbar left unselected */
|
/* Tagbar left unselected */
|
||||||
[SchemeTagsNorm] = { col_fg_0, col_bg, "#000000" },
|
[SchemeTagsNorm] = { col_fg_0, col_bg, "#000000" },
|
||||||
/* infobar middle selected */
|
/* infobar middle selected */
|
||||||
[SchemeInfoSel] = { col_bg_0, col_purple, "#000000" },
|
[SchemeInfoSel] = { col_fg, col_purple, "#000000" },
|
||||||
/* infobar middle unselected */
|
/* infobar middle unselected */
|
||||||
[SchemeInfoNorm] = { col_fg, col_bg_0, "#000000" },
|
[SchemeInfoNorm] = { col_fg, col_bg_0, "#000000" },
|
||||||
/* Menu scheme */
|
/* Menu scheme */
|
||||||
|
Loading…
Reference in New Issue
Block a user