Remove syntax theme parsing and add light and dark theme user settings

This commit is contained in:
Veronica Berglyd Olsen
2025-06-02 16:28:06 +02:00
parent e67ae4f3bf
commit 1fafa0dae7
6 changed files with 148 additions and 163 deletions
-1
View File
@@ -1069,7 +1069,6 @@ class GuiMain(QMainWindow):
SHARED.project.tree.refreshAllItems()
if syntax:
SHARED.theme.loadSyntax()
self.docEditor.updateSyntaxColors()
self.docEditor.initEditor()