little modifications
This commit is contained in:
parent
9e80f18532
commit
5dbb394ede
1 changed files with 4 additions and 3 deletions
|
@ -16,13 +16,14 @@ static const char col_gray3[] = "#bbbbbb";
|
|||
static const char col_gray4[] = "#eeeeee";
|
||||
static const char col_cyan[] = "#005577";
|
||||
/* custom colors */
|
||||
static const char col_main[] = "#83a598";
|
||||
static const char col_second[] = "#00111b";
|
||||
static const char col_fg[] = "#ebdbb2";
|
||||
static const char col_main[] = "#224244";
|
||||
static const char col_second[] = "#458588";
|
||||
static const char *colors[][3] = {
|
||||
/* --------------- */
|
||||
/* fg bg border */
|
||||
[SchemeNorm] = { col_main, col_second,col_second },
|
||||
[SchemeSel] = { col_second,col_main, col_main },
|
||||
[SchemeSel] = { col_fg, col_main, col_main },
|
||||
};
|
||||
|
||||
/* tagging */
|
||||
|
|
Loading…
Reference in a new issue