Skip to content

Commit

Permalink
Fixed theme switch
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed May 25, 2016
1 parent 94ae3c2 commit a4dae29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screeps_console/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def themes(self, comp):

theme = user_command_split[1]
if theme in themes:
comp.loop.screen.register_palette(themes['light'])
comp.loop.screen.register_palette(themes[theme])
comp.loop.screen.clear()

return
Expand Down

0 comments on commit a4dae29

Please sign in to comment.