diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h b/config.h new file mode 100644 index 0000000..036a41b --- /dev/null +++ b/config.h @@ -0,0 +1,9 @@ +/* + * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> + * See LICENSE file for license details. + */ + +#define FONT "fixed" +#define FGCOLOR "#000000" +#define BGCOLOR "#ffaa00" +#define BOCOLOR "#000000" |