mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
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:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user