1 #ifndef CONFIG_COLOUR_H 2 #define CONFIG_COLOUR_H 13 #define COLOR_NORMAL_FG COLOR_WHITE 14 #define COLOR_NORMAL_BG COLOR_BLUE 16 #define COLOR_SELECT_FG COLOR_WHITE 17 #define COLOR_SELECT_BG COLOR_RED 19 #define COLOR_SEPARATOR_FG COLOR_CYAN 20 #define COLOR_SEPARATOR_BG COLOR_BLUE 22 #define COLOR_EDIT_FG COLOR_BLACK 23 #define COLOR_EDIT_BG COLOR_CYAN 25 #define COLOR_ALERT_FG COLOR_WHITE 26 #define COLOR_ALERT_BG COLOR_RED 28 #define COLOR_URL_FG COLOR_CYAN 29 #define COLOR_URL_BG COLOR_BLUE 31 #define COLOR_PXE_FG COLOR_BLACK 32 #define COLOR_PXE_BG COLOR_WHITE 35 #include NAMED_CONFIG(colour.h) 37 #include LOCAL_NAMED_CONFIG(colour.h)
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)