Revert the default theme setting

This commit is contained in:
Veronica Berglyd Olsen
2024-04-13 19:00:59 +02:00
parent 524b965665
commit df5b391f27
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ class Config:
# General GUI Settings
self.guiLocale = self._qLocale.name()
self.guiTheme = "default_light" # GUI theme
self.guiTheme = "default" # GUI theme
self.guiSyntax = "default_light" # Syntax theme
self.guiFont = "" # Defaults to system default font in theme class
self.guiFontSize = 11 # Is overridden if system default is loaded