Compare commits
No commits in common. "ee87fc5b9c71190646a88eb2e2089f9232a931ab" and "1a9a4ce585e135d36a944df86caca7059623789b" have entirely different histories.
ee87fc5b9c
...
1a9a4ce585
4
config.h
4
config.h
@ -2,7 +2,7 @@
|
||||
|
||||
/* appearance */
|
||||
static const unsigned int borderpx = 2; /* border pixel of windows */
|
||||
static const unsigned int gappx = 16; /* gaps between windows */
|
||||
static const unsigned int gappx = 18; /* 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_fg, col_purple, "#000000" },
|
||||
[SchemeInfoSel] = { col_bg_0, col_purple, "#000000" },
|
||||
/* infobar middle unselected */
|
||||
[SchemeInfoNorm] = { col_fg, col_bg_0, "#000000" },
|
||||
/* Menu scheme */
|
||||
|
Loading…
x
Reference in New Issue
Block a user