From c51d8fa37ab9fd500abf1c8dbda0f9e64519bd05 Mon Sep 17 00:00:00 2001 From: cronyakatsuki <64900606+cronyakatsuki@users.noreply.github.com> Date: Wed, 9 Nov 2022 20:19:49 +0100 Subject: [PATCH] Using official catppuccin macchiato colors. --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index 69f28e7..6b891d1 100644 --- a/config.h +++ b/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 */