Color changes.

This commit is contained in:
Sheldon Lee 2021-12-11 02:57:20 +08:00
parent a88bcadf53
commit 86099dc671

View File

@ -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 },
};