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 *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 */
|
||||
|
Loading…
Reference in New Issue
Block a user