Change default theme to match docs

This commit is contained in:
Veronica Berglyd Olsen
2024-04-13 16:41:46 +02:00
parent 807a50dae4
commit ecf94d812d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ class Config:
# General GUI Settings
self.guiLocale = self._qLocale.name()
self.guiTheme = "default" # GUI theme
self.guiTheme = "default_light" # 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
+2 -2
View File
@@ -1,8 +1,8 @@
[Meta]
timestamp = 2024-03-25 11:57:35
timestamp = 2024-04-13 15:41:57
[Main]
theme = default
theme = default_light
syntax = default_light
font =
fontsize = 11