diff options
| author | Bobby <[email protected]> | 2022-11-06 10:12:55 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-06 10:12:55 -0500 |
| commit | afb29a0c8325ace3eccc53ff2bd5a41004dc1fd6 (patch) | |
| tree | ff09521a8d48d30ade590fc2c67131bcbee8f296 /src/config/defaults.py | |
| parent | 54cac2ebde7369400816c5f118b6dc7210dceb6d (diff) | |
| download | texty-afb29a0c8325ace3eccc53ff2bd5a41004dc1fd6.tar.xz texty-afb29a0c8325ace3eccc53ff2bd5a41004dc1fd6.zip | |
feat: basic text editor with toolbar
Diffstat (limited to 'src/config/defaults.py')
| -rw-r--r-- | src/config/defaults.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/config/defaults.py b/src/config/defaults.py index f3796dc..cacbd96 100644 --- a/src/config/defaults.py +++ b/src/config/defaults.py @@ -5,6 +5,7 @@ DEFAULT_PREFS = { "height": 600, "x_pos": "center", "y_pos": "center", + "theme": "system", } KEYBINDS = { @@ -42,5 +43,3 @@ MAC_KEYBINDS = { "Hide Others": f"meta-Shift-H", # Hide Others "Show All": f"meta-Shift-A", # Show All } - -ICONS_FOLDER = "icons" |
