summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAleksa Vučković <aleksav013@gmail.com>2022-05-22 23:10:05 +0200
committerAleksa Vuckovic <aleksa@vuckovic.cc>2023-12-06 05:07:55 +0100
commite42b5a834b45a0d6eb6065b3e328faf4be1ca5f7 (patch)
tree450e7d32db9e4c45e7f3acffaf0781cf386d1802 /config.def.h
parent35748edebdf64d59875c9905ccc5ede546fcc10e (diff)
font & color
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 1edb647..55aebff 100644
--- a/config.def.h
+++ b/config.def.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=10"
+ "JetBrainsMono Nerd Font:style=Bold:pixelsize=15:antialias=true:autohint=true"
};
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", "#005577" },
+ [SchemeSel] = { "#eeeeee", "#ffae00" },
[SchemeOut] = { "#000000", "#00ffff" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */