aboutsummaryrefslogtreecommitdiff
path: root/src/theme.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/theme.py')
-rw-r--r--src/theme.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theme.py b/src/theme.py
index 187b8d2..d83b6b5 100644
--- a/src/theme.py
+++ b/src/theme.py
@@ -1,6 +1,5 @@
import yaml,re
-
def configure(theme):
if "colors" in theme:
colors=theme["colors"]