From 316c514208bebc7e5e99aeeaf916c6011a47b5ac Mon Sep 17 00:00:00 2001 From: Don Bright Date: Sun, 29 Dec 2013 16:14:55 -0600 Subject: make math functions easier to see on white background 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 &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")); -- cgit v0.10.1