aboutsummaryrefslogtreecommitdiff
path: root/dmenu_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu_config.h')
-rw-r--r--dmenu_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dmenu_config.h b/dmenu_config.h
index a03a578..c407a79 100644
--- a/dmenu_config.h
+++ b/dmenu_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[] = {
- "Fixed:style=Regular:pixelsize=14:antialias=false"
+ "CommitMono:style=Regular: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] = { "#CACACA", "#222222" },
- [SchemeSel] = { "#000000", "#E0E0E0" },
+ [SchemeNorm] = { "#ffffff", "#202020" },
+ [SchemeSel] = { "#ffffff", "#969696" },
[SchemeOut] = { "#000000", "#00ffff" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */