Update colors.

This commit is contained in:
CronyAkatsuki 2023-02-05 18:01:14 +01:00
parent dede59dc07
commit bfd2e7ca71

View File

@ -11,9 +11,9 @@ static const unsigned int fgalpha = OPAQUE;
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#cdd6f4", "#1e1e2e" },
[SchemeSel] = { "#1e1e2e", "#89dceb" },
[SchemeOut] = { "#000000", "#89dceb" },
[SchemeNorm] = { "#c6d0f5", "#303446" },
[SchemeSel] = { "#303446", "#99d1db" },
[SchemeOut] = { "#000000", "#99d1db" },
};
static const unsigned int alphas[SchemeLast][2] = {
/* fgalpha bgalphga */