#define COLOR0 #383838 #define COLOR1 #404040 #define COLOR2 #606060 #define COLOR3 #6f6f6f #define COLOR4 #808080 #define COLOR5 #dcdccc #define COLOR6 #c0c0c0 #define COLOR7 #ffffff #define COLOR8 #dca3a3 #define COLOR9 #dfaf8f #define COLOR10 #e0cf9f #define COLOR11 #5f7f5f #define COLOR12 #93e0e3 #define COLOR13 #7cb8bb #define COLOR14 #dc8cc3 #define COLOR15 #000000 #define BASE_BACKGROUND COLOR0 #define BASE_FOREGROUND COLOR5 #define CURSOR COLOR6 #define SELECTED_FOREGROUND COLOR15 #define SELECTED_BACKGROUND COLOR1 #define SCRATCHNORM BASE_BACKGROUND #define SCRATCHSEL SELECTED_BACKGROUND #define HID_NORM_FG_COLOR BASE_FOREGROUND #define HID_NORM_BG_COLOR BASE_BACKGROUND #define HID_SEL_FG_COLOR COLOR3 #define HID_SEL_BG_COLOR BASE_BACKGROUND #define WS_NORM_FG_COLOR BASE_FOREGROUND #define WS_NORM_BG_COLOR BASE_BACKGROUND #define WS_SEL_FG_COLOR SELECTED_FOREGROUND #define WS_SEL_BG_COLOR SELECTED_BACKGROUND #define MARKED_FG_COLOR COLOR6 #define MARKED_BG_COLOR COLOR3 #define BORDER COLOR15 #define WARNING_FG_COLOR COLOR6 #define WARNING_BG_COLOR COLOR4 #define URGENT_FG_COLOR COLOR6 #define URGENT_BG_COLOR COLOR2