Color changes.
This commit is contained in:
parent
a88bcadf53
commit
86099dc671
2
config.h
2
config.h
@ -33,7 +33,7 @@ static const char sol_green[] = "#859900";
|
||||
|
||||
static const char *colors[][3] = {
|
||||
/* fg bg border */
|
||||
[SchemeNorm] = { sol_magenta, sol_base03, sol_base03 },
|
||||
[SchemeNorm] = { sol_magenta, sol_base03, sol_base02 },
|
||||
[SchemeSel] = { sol_base03, sol_green, sol_orange },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user