From b53bbecb1f8051abc5114f8577fb111969c47927 Mon Sep 17 00:00:00 2001 From: Shuchir Jain <53063247+CoolCoderSJ@users.noreply.github.com> Date: Thu, 8 Jul 2021 15:42:06 -0400 Subject: [PATCH] forgot to change a color :| --- reflux/theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflux/theme.py b/reflux/theme.py index b2fe3c3..a42ecf2 100644 --- a/reflux/theme.py +++ b/reflux/theme.py @@ -24,7 +24,7 @@ def set_syntax(self, name: str, value: str): pass def set_editor(self, value: str): - v = wrap("div.lines-content", f"color: {value}") + v = wrap("div.lines-content", f"background-color: {value}") self.obj["code"] += v return None