From 8159cebf203d48e9cf2f3ca27e8d76ce6127d7ef Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 7 Oct 2019 09:29:21 -0400 Subject: Improve log+refactoring --- src/theme.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/theme.py') 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"] -- cgit v1.2.3