Add dark and light theme to editor config page.

The dark and light themes are hardwired into Seer.
After applying one of them, you can tweak them.
Then save the configuration.
This commit is contained in:
Ernie Pasveer
2022-07-09 10:03:03 -05:00
parent ff8dec0824
commit 8c894b9e84
8 changed files with 270 additions and 95 deletions
+1 -1
View File
@@ -284,7 +284,7 @@ void SeerConfigDialog::handleButtonClicked (QAbstractButton* button) {
}else if (itemLabel == "Editor") {
setEditorFont(QFont("Source Code Pro", 10));
setEditorHighlighterSettings(SeerHighlighterSettings::populateForCPP());
setEditorHighlighterSettings(SeerHighlighterSettings::populateForCPP(""));
setEditorHighlighterEnabled(true);
}else if (itemLabel == "Source") {