Using official catppuccin macchiato colors.
This commit is contained in:
parent
a018763943
commit
c51d8fa37a
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] = { "#8aadf4", "#1e2030" },
|
||||
[SchemeSel] = { "#1e2030", "#8aadf4" },
|
||||
[SchemeOut] = { "#000000", "#00ffff" },
|
||||
[SchemeNorm] = { "#cad3f5", "#24273a" },
|
||||
[SchemeSel] = { "#181926", "#91d7e3" },
|
||||
[SchemeOut] = { "#000000", "#91d7e3" },
|
||||
};
|
||||
static const unsigned int alphas[SchemeLast][2] = {
|
||||
/* fgalpha bgalphga */
|
||||
|
Loading…
Reference in New Issue
Block a user