Using official catppuccin macchiato colors.

This commit is contained in:
cronyakatsuki 2022-11-09 20:19:49 +01:00
parent a018763943
commit c51d8fa37a

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] = { "#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 */