blade runner 201237
This commit is contained in:
parent
6578d1f4f7
commit
16d05b59f6
|
@ -23,9 +23,10 @@ static const char col_gray2[] = "#444444";
|
||||||
static const char col_gray3[] = "#cccccc";
|
static const char col_gray3[] = "#cccccc";
|
||||||
static const char col_gray4[] = "#eeeeee";
|
static const char col_gray4[] = "#eeeeee";
|
||||||
static const char col_cyan[] = "#770000";
|
static const char col_cyan[] = "#770000";
|
||||||
|
static const char col_red[] = "#8B4444";
|
||||||
static const char *colors[][3] = {
|
static const char *colors[][3] = {
|
||||||
/* fg bg border */
|
/* fg bg border */
|
||||||
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
|
[SchemeNorm] = { col_gray3, col_red, col_gray2 },
|
||||||
[SchemeSel] = { col_gray4, col_cyan, col_cyan },
|
[SchemeSel] = { col_gray4, col_cyan, col_cyan },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue