From 59f646d76832487f2ddcff3a7f27a36aad1436ef Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Mon, 31 Mar 2025 18:43:50 +0100 Subject: change font and colours in config.h --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 4a59b5e..1ed5393 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[] = { - "monospace:size=8" + "BigBlueTerm437NerdFontMono-Regular:pixelsize=12:autohint=true, fontawesome:size=16" }; 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", "#bbbbbb" }, + [SchemeNorm] = { "#54487A", "#000000" }, + [SchemeSel] = { "#bbbbbb", "#54487A" }, [SchemeOut] = { "#000000", "#00ffff" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ -- cgit v1.2.3