Skip to content

Commit

Permalink
chore: Fix theme activation script
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Oct 13, 2016
1 parent 8224e68 commit cbe4031
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions utils/activation.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ def display_list(self, themes):

self.window.show_quick_panel(quick_list, self.on_done, on_highlight=self.on_highlighted)

if self.initial_ui_theme.startswith('Material Theme') is False:
sublime.set_timeout_async(functools.partial(self.window.run_command, 'insert', args = {'characters': 'Material Theme'}), 100)

def on_highlighted(self, index):
preview_color_scheme(self._quick_list_to_scheme(index))
preview_ui_theme(self._quick_list_to_theme(index))
Expand Down

0 comments on commit cbe4031

Please sign in to comment.