aboutsummaryrefslogtreecommitdiff
path: root/defaults.h
diff options
context:
space:
mode:
authorWouter Van Rooy <woutervanrooy@gmail.com>2012-05-31 22:27:53 +0200
committerWouter Van Rooy <woutervanrooy@gmail.com>2012-05-31 22:27:53 +0200
commit417d3ac80f5cd9b0c4389424c0122610e5613801 (patch)
treef110cb04e3b999f9fc0fcbb434fb62d910f79091 /defaults.h
parent505bf65a4c0543116591a258727807cd38c42360 (diff)
Added configurable colours to terminal
Diffstat (limited to 'defaults.h')
-rw-r--r--defaults.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/defaults.h b/defaults.h
index ace2e91..a2ede96 100644
--- a/defaults.h
+++ b/defaults.h
@@ -41,3 +41,8 @@
#ifndef DEFAULT_TRANSPARENT_BG
#define DEFAULT_TRANSPARENT_BG FALSE
#endif
+#ifndef DEFAULT_PALETTE_SIZE
+#define DEFAULT_PALETTE_SIZE 16
+#endif
+#define DEFAULT_FOREGROUND_COLOR "#c0c0c0"
+#define DEFAULT_BACKGROUND_COLOR "#000"