aboutsummaryrefslogtreecommitdiff
path: root/src/config/defaults.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/defaults.py')
-rw-r--r--src/config/defaults.py3
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"