Mercurial > aewl
comparison config.default.h @ 432:0f94ee451f6c
made args mode symbols the default ones (the default ones look too ugly)
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Wed, 06 Sep 2006 09:23:34 +0200 |
parents | 44225ee80236 |
children | 2d8af0d7920d |
comparison
equal
deleted
inserted
replaced
431:a230e4432bb7 | 432:0f94ee451f6c |
---|---|
5 | 5 |
6 #define TAGS \ | 6 #define TAGS \ |
7 const char *tags[] = { "1", "2", "3", "4", "5", NULL }; | 7 const char *tags[] = { "1", "2", "3", "4", "5", NULL }; |
8 | 8 |
9 #define DEFMODE dotile /* dofloat */ | 9 #define DEFMODE dotile /* dofloat */ |
10 #define FLOATSYMBOL "~" | 10 #define FLOATSYMBOL "><>" |
11 #define TILESYMBOL "#" | 11 #define TILESYMBOL "[]=" |
12 | 12 |
13 #define FONT "fixed" | 13 #define FONT "fixed" |
14 #define SELBGCOLOR "#666699" | 14 #define SELBGCOLOR "#666699" |
15 #define SELFGCOLOR "#eeeeee" | 15 #define SELFGCOLOR "#eeeeee" |
16 #define NORMBGCOLOR "#333366" | 16 #define NORMBGCOLOR "#333366" |