From e42b5a834b45a0d6eb6065b3e328faf4be1ca5f7 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Sun, 22 May 2022 23:10:05 +0200 Subject: font & color --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 1edb647..55aebff 100644 --- a/config.def.h +++ b/config.def.h @@ -4,13 +4,13 @@ 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[] = { - "monospace:size=10" + "JetBrainsMono Nerd Font:style=Bold:pixelsize=15:antialias=true:autohint=true" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { /* fg bg */ [SchemeNorm] = { "#bbbbbb", "#222222" }, - [SchemeSel] = { "#eeeeee", "#005577" }, + [SchemeSel] = { "#eeeeee", "#ffae00" }, [SchemeOut] = { "#000000", "#00ffff" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ -- cgit v1.2.3