Skip to content

Commit

Permalink
fix in theme settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 committed Oct 7, 2021
1 parent 8720ff3 commit af69d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def setup_properties(self):
self.setup_font()

def setup_theme(self):
self.theme = config.Theme(config.theme)
self.theme = config.Theme(self.config.theme)

def setup_bindings(self):
self.bindings = config.Bindings()
Expand Down

0 comments on commit af69d7b

Please sign in to comment.