colorschem change
This commit is contained in:
parent
f6bbcf30ab
commit
7a0f8e6873
2 changed files with 6 additions and 6 deletions
|
@ -19,8 +19,8 @@ static const char col_red2[] = "#830202";
|
||||||
static const char col_red3[] = "#aa1212";
|
static const char col_red3[] = "#aa1212";
|
||||||
static const char *colors[][3] = {
|
static const char *colors[][3] = {
|
||||||
/* fg bg border */
|
/* fg bg border */
|
||||||
[SchemeNorm] = { col_white1, col_black1, col_red2},
|
[SchemeNorm] = { col_white1, col_black1, col_red1},
|
||||||
[SchemeSel] = { col_white1, col_red, col_red3},
|
[SchemeSel] = { col_white1, col_red2, col_red3},
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *const autostart[] = {
|
static const char *const autostart[] = {
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
# colors
|
# colors
|
||||||
|
|
||||||
black=#060606
|
black=#000000
|
||||||
green=#7eca9c
|
green=#7eca9c
|
||||||
white=#DBDBDB
|
white=#ffffff
|
||||||
grey=#9C8B8C
|
grey=#9C8B8C
|
||||||
blue=#7aa2f7
|
blue=#7aa2f7
|
||||||
red=#4D1111
|
red=#830202
|
||||||
lightred=#BD2D2D
|
lightred=#ff0000
|
||||||
darkblue=#668ee3
|
darkblue=#668ee3
|
||||||
|
|
Loading…
Reference in a new issue