more colors
This commit is contained in:
parent
5d3798a518
commit
a5b892be53
1 changed files with 3 additions and 3 deletions
|
@ -17,13 +17,13 @@ static const char col_gray4[] = "#eeeeee";
|
|||
static const char col_cyan[] = "#005577";
|
||||
/* custom colors */
|
||||
static const char col_fg[] = "#ebdbb2";
|
||||
static const char col_main[] = "#224244";
|
||||
static const char col_second[] = "#458588";
|
||||
static const char col_main[] = "#458588";
|
||||
static const char col_second[] = "#00111b";
|
||||
static const char col_asecond[] = "#376a6c";
|
||||
static const char *colors[][3] = {
|
||||
/* --------------- */
|
||||
/* fg bg border */
|
||||
[SchemeNorm] = { col_main, col_second, col_main },
|
||||
[SchemeNorm] = { col_main, col_second, col_second },
|
||||
[SchemeSel] = { col_fg, col_asecond,col_fg },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue