From cbe4031569167a4c0f0293db29f25fc05c901548 Mon Sep 17 00:00:00 2001 From: "mattia.astorino" Date: Thu, 13 Oct 2016 23:27:10 +0200 Subject: [PATCH] chore: Fix theme activation script --- utils/activation.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/utils/activation.py b/utils/activation.py index 6c1f516d4..3ee42f900 100644 --- a/utils/activation.py +++ b/utils/activation.py @@ -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))