You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2021. It is now read-only.
I noticed this behaviour when I reinstalled and tried to enable theme switching. I copied the three settings from the Default settings to the User settings file, set enable_theme_switching to true, and changed the two themes to two different themes. I then pressed F12 to see if it worked, but all that happened was the color_scheme switched, and the changes I'd made to the User settings file were overwritten.
I think this is because the settings are only read once at the start in do_setup: link.
I suggest either the preferences are re-read each time, or a warning message is added stating that ST must be restarted after changes to the settings file.