summaryrefslogtreecommitdiff
path: root/dmenu/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu/config.h')
-rwxr-xr-xdmenu/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmenu/config.h b/dmenu/config.h
index d82693d..38e3a40 100755
--- a/dmenu/config.h
+++ b/dmenu/config.h
@@ -1,6 +1,6 @@
/* See LICENSE file for copyright and license details. */
/* Default settings; can be overriden by command line. */
-#include "themes/rurbania.h"
+#include "themes/cicada.h"
static const unsigned int border_width = 2;
@@ -10,7 +10,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
- "monospace:size=16"
+ "Inconsolata-Regular:size=26"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */