diff --git a/config.h b/config.h index e026b3d..f15deec 100644 --- a/config.h +++ b/config.h @@ -2,7 +2,7 @@ /* appearance */ 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 int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ @@ -38,7 +38,7 @@ static const char *colors[][3] = { /* Tagbar left unselected */ [SchemeTagsNorm] = { col_fg_0, col_bg, "#000000" }, /* infobar middle selected */ - [SchemeInfoSel] = { col_bg_0, col_purple, "#000000" }, + [SchemeInfoSel] = { col_fg, col_purple, "#000000" }, /* infobar middle unselected */ [SchemeInfoNorm] = { col_fg, col_bg_0, "#000000" }, /* Menu scheme */