diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/highlighter.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/highlighter.cc b/src/highlighter.cc index 0402b4d..2fb7c65 100644 --- a/src/highlighter.cc +++ b/src/highlighter.cc @@ -131,7 +131,7 @@ void format_colors_for_light_background(QMap<QString,QTextCharFormat> &formats) { //PRINT("format for light"); formats["operator"].setForeground(Qt::blue); - formats["math"].setForeground(Qt::green); + formats["math"].setForeground(QColor("Green")); formats["keyword"].setForeground(QColor("Green")); formats["keyword"].setToolTip("Keyword"); formats["transform"].setForeground(QColor("Indigo")); |