commit before patch
This commit is contained in:
parent
6d315bd0a1
commit
8753e360ee
4
config.h
4
config.h
@ -18,14 +18,14 @@ static const int showbar = 1; /* 0 means no bar */
|
||||
static const int topbar = 1; /* 0 means bottom bar */
|
||||
static const char *fonts[] = {"IosevkaTermSlab Nerd Font Mono:size=10"};
|
||||
static const char dmenufont[] = "IosevkaTermSlab Nerd Font Mono:size=10";
|
||||
static const char col_gray1[] = "#222222";
|
||||
static const char col_gray1[] = "#111122";
|
||||
static const char col_gray2[] = "#444444";
|
||||
static const char col_gray3[] = "#bbbbbb";
|
||||
static const char col_gray4[] = "#eeeeee";
|
||||
static const char col_cyan[] = "#ff99ff";
|
||||
static const char *colors[][3] = {
|
||||
/* fg bg border */
|
||||
[SchemeNorm] = {col_gray3, col_gray1, col_gray2},
|
||||
[SchemeNorm] = {col_gray3, col_gray1, col_gray1},
|
||||
[SchemeSel] = {col_gray1, col_cyan, col_cyan},
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user