From 62a0aa03b7783652b619f23cb17f92ddcb489aa0 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sat, 10 Dec 2022 21:53:05 +0100 Subject: [PATCH] Use regular font and use mocha variant colors. --- config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 */