diff --git a/config.h b/config.h index 6b891d1..07ad163 100644 --- a/config.h +++ b/config.h @@ -4,16 +4,16 @@ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "JetBrainsMono Nerd Font:size=9", + "JetBrains Mono:size=9", }; static const unsigned int bgalpha = OPAQUE; 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] = { "#cad3f5", "#24273a" }, - [SchemeSel] = { "#181926", "#91d7e3" }, - [SchemeOut] = { "#000000", "#91d7e3" }, + [SchemeNorm] = { "#cdd6f4", "#1e1e2e" }, + [SchemeSel] = { "#1e1e2e", "#89dceb" }, + [SchemeOut] = { "#000000", "#89dceb" }, }; static const unsigned int alphas[SchemeLast][2] = { /* fgalpha bgalphga */