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 */