diff --git a/core/output.py b/core/output.py index 436c4af..4b14844 100644 --- a/core/output.py +++ b/core/output.py @@ -34,7 +34,7 @@ class block(object): self.__attributes['name'] = module.id self.__attributes['instance'] = widget.id - self.__attributes['prev-bg'] = theme.get('prev-bg') + self.__attributes['prev-bg'] = theme.get('bg', 'previous') def set(self, key, value): self.__attributes[key] = value