- some changes in the theme selection, added that the default situation is where no theme is applied

- some string changes
This commit is contained in:
Marius Stanciu
2022-04-18 22:22:47 +03:00
committed by Marius
parent 4226a1e84a
commit 00144bafa0
12 changed files with 53 additions and 43 deletions

View File

@@ -112,8 +112,9 @@ class AppDefaults:
"global_tpdf_rmargin": 20.0,
# General GUI Preferences
"global_appearance": 'auto',
"global_dark_canvas": True,
"global_appearance": 'default',
"global_dark_canvas": False,
"global_theme": 'default',
"global_layout": "compact",
"global_hover_shape": False,