Skip to content

Commit

Permalink
Be explicit about color scheme location (#450)
Browse files Browse the repository at this point in the history
...when converting tmTheme path to sublime-color-scheme
  • Loading branch information
mkruselj authored Apr 1, 2024
1 parent 21d280c commit 3710bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksp_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def plugin_loaded():

for c in color_schemes:
if cs is not None and cs.endswith(c + '.tmTheme'):
settings.set('color_scheme', c + '.sublime-color-scheme')
settings.set('color_scheme', 'Packages/KSP (Kontakt Script Processor)/' + c + '.sublime-color-scheme')
sublime.save_settings('KSP.sublime-settings')
break

Expand Down

0 comments on commit 3710bf5

Please sign in to comment.