Skip to content

Commit

Permalink
forgot to change a color :|
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCoderSJ authored Jul 8, 2021
1 parent 6a2010f commit b53bbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflux/theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b53bbec

Please sign in to comment.