From ef3eaac0052ecf961dc26144d60864c68ea623a9 Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:42 -0500 Subject: idk lmao --- dmenu_config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dmenu_config.h') diff --git a/dmenu_config.h b/dmenu_config.h index a03a578..c407a79 100644 --- a/dmenu_config.h +++ b/dmenu_config.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[] = { - "Fixed:style=Regular:pixelsize=14:antialias=false" + "CommitMono:style=Regular:pixelsize=14" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { /* fg bg */ - [SchemeNorm] = { "#CACACA", "#222222" }, - [SchemeSel] = { "#000000", "#E0E0E0" }, + [SchemeNorm] = { "#ffffff", "#202020" }, + [SchemeSel] = { "#ffffff", "#969696" }, [SchemeOut] = { "#000000", "#00ffff" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ -- cgit v1.3-2-g0d8e