aboutsummaryrefslogtreecommitdiff
path: root/src/theme.py
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2019-10-07 09:29:21 -0400
committerLoic Guegan <manzerbredes@mailbox.org>2019-10-07 09:29:21 -0400
commit8159cebf203d48e9cf2f3ca27e8d76ce6127d7ef (patch)
treebc88c5a9db89be0b957ce4675e4c47b9576bdd33 /src/theme.py
parent1bb0ed2eb965e299e57c5df6eb4a97bde99dc1c6 (diff)
Improve log+refactoring
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"]