diff options
author | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-16 20:14:09 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-16 20:14:09 +0200 |
commit | 06ae8944344cd6f7d0aa007b7b036e77cb87fdf1 (patch) | |
tree | f8303fafda2c9fcb20b87a11e28454cd10668455 /config.h | |
parent | b97783b07feae30f9df12c1a720d17a2dc877018 (diff) |
micromizing dmenu step 1
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config.h b/config.h new file mode 100644 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 */ |