Skip to content

Instantly share code, notes, and snippets.

@Semmu
Created August 7, 2017 14:02
Show Gist options
  • Save Semmu/948f09bc55bc29561c2bb3861ac57149 to your computer and use it in GitHub Desktop.
Save Semmu/948f09bc55bc29561c2bb3861ac57149 to your computer and use it in GitHub Desktop.
Sublime Text color scheme force-refresh (sometimes different open windows don't register the change)
[ v.settings().erase("color_scheme") for views in [ w.views() for w in sublime.windows() ] for v in views ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment