diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-06-23 16:34:46 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-06-23 16:34:46 +0100 |
| commit | e0d22d49c48ae301b4cb3e86dfc528859bcca001 (patch) | |
| tree | 0adc98101e729365c76a58adba1770237116bbc9 /config.h | |
| parent | 59f646d76832487f2ddcff3a7f27a36aad1436ef (diff) | |
change colours
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 */ |
