- Dropped unused HL_BG_COLOR (Kalle)

This commit is contained in:
Felipe Pena 2010-04-21 22:06:18 +00:00
parent 3e6678de4d
commit 5e2cba90c9

View file

@ -26,7 +26,6 @@
#define HL_DEFAULT_COLOR "#0000BB" /* blue */ #define HL_DEFAULT_COLOR "#0000BB" /* blue */
#define HL_HTML_COLOR "#000000" /* black */ #define HL_HTML_COLOR "#000000" /* black */
#define HL_STRING_COLOR "#DD0000" /* red */ #define HL_STRING_COLOR "#DD0000" /* red */
#define HL_BG_COLOR "#FFFFFF" /* white */
#define HL_KEYWORD_COLOR "#007700" /* green */ #define HL_KEYWORD_COLOR "#007700" /* green */