Added 'current line number' to color theme settings

Recently it was made to highlight black or write, which isn't nice for
everybody. Now it is dark gray by default, and can be customized. Bold
and italic are also supported.
This commit is contained in:
Thorbjørn Lindeijer
2009-04-27 14:10:54 +02:00
parent ffaea3fcd5
commit 968a3c0f9f
5 changed files with 15 additions and 12 deletions

View File

@@ -72,6 +72,7 @@ const char * const C_SEARCH_RESULT = "SearchResult";
const char * const C_SEARCH_SCOPE = "SearchScope";
const char * const C_PARENTHESES = "Parentheses";
const char * const C_CURRENT_LINE = "CurrentLine";
const char * const C_CURRENT_LINE_NUMBER = "CurrentLineNumber";
const char * const C_NUMBER = "Number";
const char * const C_STRING = "String";