diff options
author | Wouter Van Rooy <woutervanrooy@gmail.com> | 2012-05-31 22:27:53 +0200 |
---|---|---|
committer | Wouter Van Rooy <woutervanrooy@gmail.com> | 2012-05-31 22:27:53 +0200 |
commit | 417d3ac80f5cd9b0c4389424c0122610e5613801 (patch) | |
tree | f110cb04e3b999f9fc0fcbb434fb62d910f79091 /defaults.h | |
parent | 505bf65a4c0543116591a258727807cd38c42360 (diff) |
Added configurable colours to terminal
Diffstat (limited to 'defaults.h')
-rw-r--r-- | defaults.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |