Back to old colors.
This commit is contained in:
parent
66656a3034
commit
fa4c936612
8 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ static const char *fonts[] = {
|
|||
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
|
||||
static const char *colors[SchemeLast][2] = {
|
||||
/* fg bg */
|
||||
[SchemeNorm] = { "#e6e1cf", "#0f1419" },
|
||||
[SchemeNorm] = { "#c7c7c7", "#272822" },
|
||||
[SchemeSel] = { "#e6e1cf", "#005577" },
|
||||
[SchemeOut] = { "#000000", "#005577" },
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue