diff options
author | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-10 11:13:21 +0200 |
---|---|---|
committer | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-10 11:13:21 +0200 |
commit | c6113a3b2775f83ae552394c000ee6cc8b20316f (patch) | |
tree | f5b925d7e0b10ef8371e37115a31114f91bad507 /config.default.h | |
parent | dd902868dfbb32f3520abe30c640f06bedf4ca9b (diff) |
readded border colors, this sucks least
Diffstat (limited to 'config.default.h')
-rw-r--r-- | config.default.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.default.h b/config.default.h index 0b1abb4..cf1baea 100644 --- a/config.default.h +++ b/config.default.h @@ -6,3 +6,4 @@ #define FONT "fixed" #define BGCOLOR "#666699" #define FGCOLOR "#eeeeee" +#define BORDERCOLOR "#9999CC" |