Change default theme to match docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user