Allow configuring the color for the hover links

Cause blue doesn't fit nicely in all color schemes.
This commit is contained in:
Thorbjørn Lindeijer
2009-03-24 16:36:22 +01:00
parent 0729ae0191
commit f36ea6785c
5 changed files with 7 additions and 4 deletions

View File

@@ -65,6 +65,7 @@ const char * const C_TEXTEDITOR_MIMETYPE_XML = "application/xml";
// Text color and style categories
const char * const C_TEXT = "Text";
const char * const C_LINK = "Link";
const char * const C_SELECTION = "Selection";
const char * const C_LINE_NUMBER = "LineNumber";
const char * const C_SEARCH_RESULT = "SearchResult";