Allow to change macro editor line highlight color in preferences
This commit is contained in:
@@ -61,7 +61,7 @@ struct PythonEditorP
|
||||
colormap[QLatin1String("Operator")] = QColor(160, 160, 164);
|
||||
colormap[QLatin1String("Python output")] = QColor(170, 170, 127);
|
||||
colormap[QLatin1String("Python error")] = Qt::red;
|
||||
colormap[QLatin1String("Line")] = QColor(224,224,224);
|
||||
colormap[QLatin1String("Current line highlight")] = QColor(224,224,224);
|
||||
}
|
||||
};
|
||||
} // namespace Gui
|
||||
|
||||
Reference in New Issue
Block a user