]> git.armaanb.net Git - dmenu.git/blobdiff - config.h
micromizing dmenu step 1
[dmenu.git] / config.h
diff --git a/config.h b/config.h
new file mode 100644 (file)
index 0000000..973b2d1
--- /dev/null
+++ b/config.h
@@ -0,0 +1,10 @@
+/* See LICENSE file for copyright and license details. */
+
+/* appearance */
+#define FONT                   "-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*"
+#define NORMBGCOLOR            "#000"
+#define NORMFGCOLOR            "#ccc"
+#define SELBGCOLOR             "#00f"
+#define SELFGCOLOR             "#fff"
+/* next macro defines the space between menu items */
+#define SPACE                  30 /* px */