From bfd2e7ca71b95349fe2d7329fa9a1ce84bef7cea Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 5 Feb 2023 18:01:14 +0100 Subject: [PATCH] Update colors. --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index 0a02618..186209c 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] = { "#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 */