Revert the default theme setting
This commit is contained in:
@@ -122,9 +122,12 @@ The app will remember your column order and size between sessions, and for each
|
|||||||
Colour Themes
|
Colour Themes
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
By default, novelWriter will use a light colour theme. You can change this colour theme from the
|
By default, novelWriter will use the colour theme provided by the Qt library, which is determined
|
||||||
**Preferences**. If you wish, you *can* create your own colour themes, and even have them added to
|
by the Fusion_ style setting. You can also choose between a standard dark and light theme that have
|
||||||
the application. See :ref:`a_custom_theme` for more details.
|
neutral colours from **Preferences**.
|
||||||
|
|
||||||
|
If you wish, you *can* create your own colour themes, and even have them added to the application.
|
||||||
|
See :ref:`a_custom_theme` for more details.
|
||||||
|
|
||||||
Switching the GUI colour theme does not affect the colours of the editor and viewer. They have
|
Switching the GUI colour theme does not affect the colours of the editor and viewer. They have
|
||||||
separate colour selectable from the "Document colour theme" setting in **Preferences**. They are
|
separate colour selectable from the "Document colour theme" setting in **Preferences**. They are
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ class Config:
|
|||||||
|
|
||||||
# General GUI Settings
|
# General GUI Settings
|
||||||
self.guiLocale = self._qLocale.name()
|
self.guiLocale = self._qLocale.name()
|
||||||
self.guiTheme = "default_light" # GUI theme
|
self.guiTheme = "default" # GUI theme
|
||||||
self.guiSyntax = "default_light" # Syntax theme
|
self.guiSyntax = "default_light" # Syntax theme
|
||||||
self.guiFont = "" # Defaults to system default font in theme class
|
self.guiFont = "" # Defaults to system default font in theme class
|
||||||
self.guiFontSize = 11 # Is overridden if system default is loaded
|
self.guiFontSize = 11 # Is overridden if system default is loaded
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
[Meta]
|
[Meta]
|
||||||
timestamp = 2024-04-13 15:41:57
|
timestamp = 2024-04-13 18:57:38
|
||||||
|
|
||||||
[Main]
|
[Main]
|
||||||
theme = default_light
|
theme = default
|
||||||
syntax = default_light
|
syntax = default_light
|
||||||
font =
|
font =
|
||||||
fontsize = 11
|
fontsize = 11
|
||||||
|
|||||||
Reference in New Issue
Block a user