From e0d22d49c48ae301b4cb3e86dfc528859bcca001 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Mon, 23 Jun 2025 16:34:46 +0100 Subject: change colours --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 1ed5393..8cefa24 100644 --- a/config.h +++ b/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[] = { - "BigBlueTerm437NerdFontMono-Regular:pixelsize=12:autohint=true, fontawesome:size=16" + "Terminess Nerd Font Mono: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] = { "#54487A", "#000000" }, - [SchemeSel] = { "#bbbbbb", "#54487A" }, + [SchemeNorm] = { "#bbbbbb", "#000000" }, + [SchemeSel] = { "#000000", "#bbbbbb" }, [SchemeOut] = { "#000000", "#00ffff" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ -- cgit v1.2.3