Update colors.
This commit is contained in:
parent
dede59dc07
commit
bfd2e7ca71
6
config.h
6
config.h
@ -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 *prompt = NULL; /* -p option; prompt to the left of input field */
|
||||||
static const char *colors[SchemeLast][2] = {
|
static const char *colors[SchemeLast][2] = {
|
||||||
/* fg bg */
|
/* fg bg */
|
||||||
[SchemeNorm] = { "#cdd6f4", "#1e1e2e" },
|
[SchemeNorm] = { "#c6d0f5", "#303446" },
|
||||||
[SchemeSel] = { "#1e1e2e", "#89dceb" },
|
[SchemeSel] = { "#303446", "#99d1db" },
|
||||||
[SchemeOut] = { "#000000", "#89dceb" },
|
[SchemeOut] = { "#000000", "#99d1db" },
|
||||||
};
|
};
|
||||||
static const unsigned int alphas[SchemeLast][2] = {
|
static const unsigned int alphas[SchemeLast][2] = {
|
||||||
/* fgalpha bgalphga */
|
/* fgalpha bgalphga */
|
||||||
|
Loading…
Reference in New Issue
Block a user