diff options
Diffstat (limited to 'config.default.h')
-rw-r--r-- | config.default.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/config.default.h b/config.default.h deleted file mode 100644 index 0bae3a1..0000000 --- a/config.default.h +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | /* | ||
2 | * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> | ||
3 | * See LICENSE file for license details. | ||
4 | */ | ||
5 | |||
6 | #define FONT "fixed" | ||
7 | #define SELBGCOLOR "#666699" | ||
8 | #define SELFGCOLOR "#eeeeee" | ||
9 | #define NORMBGCOLOR "#333366" | ||
10 | #define NORMFGCOLOR "#cccccc" | ||
11 | #define STDIN_TIMEOUT 3 /* seconds */ | ||