diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-12-29 22:14:55 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-12-29 22:14:55 (GMT) |
commit | 316c514208bebc7e5e99aeeaf916c6011a47b5ac (patch) | |
tree | df6db571c0ea1996b510cdf09e71537ee45d8b22 /src/highlighter.cc | |
parent | f0e077269467ea38f54d517f4daea5c014a27df9 (diff) |
make math functions easier to see on white background
Diffstat (limited to 'src/highlighter.cc')
-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")); |