Allow to change macro editor line highlight color in preferences

This commit is contained in:
Yorik van Havre
2012-03-18 01:53:04 -03:00
parent 1c93df4ed6
commit cb9463eb15
3 changed files with 11 additions and 4 deletions

View File

@@ -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