Skip to content

Commit

Permalink
Fix color scheme chooser after install
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Jul 4, 2021
1 parent 0ba22f1 commit b2abe6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def enable_native_markdown_package():
save_ingored_packages(ignored_packages)


def choose_color_theme(window):
def choose_color_theme(window=None):
window = window or sublime.active_window()
view = window.new_file()
view.run_command('append', {'characters': '''# A sample Markdown document
Expand Down

0 comments on commit b2abe6d

Please sign in to comment.