aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-03-31 18:43:50 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-03-31 18:43:50 +0100
commit59f646d76832487f2ddcff3a7f27a36aad1436ef (patch)
tree601c8fb5632e0dde3de4504b2b77b764ab76fc95 /config.h
parent0ee29efd768cfe7c2d79d1d254176b5be9019e90 (diff)
change font and colours in config.h
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
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 */