update color

This commit is contained in:
hazen2215 2023-06-01 23:05:03 +09:00
parent 51628af2bc
commit f48b9a3781
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,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] = { "#bbbbbb", "#222222" },
[SchemeNorm] = { "#bbbbbb", "#000000" },
[SchemeSel] = { "#eeeeee", "#005577" },
[SchemeOut] = { "#000000", "#00ffff" },
};