Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See also similar pull request.
1. Behavior before pull request
New color scheme
User/SashaSublime (SublimePythonIDE).tmTheme
create and replace current color scheme inUser/Preferences.sublime-settings
after Sublime Text restart.2. Behavior after pull request
New color scheme don't generate and don't replace current color scheme.
3. Reasons
User/Preferences.sublime-settings
file"color_scheme": "Packages/SashaSublime/SashaSublime.tmTheme"
toPackages/User/SashaSublime (SublimePythonIDE).tmTheme
. It takes a lot of time.Each of these packages create own color scheme. But user may use one color scheme. Color changes of other packages don't applied.
4. Alternative
You may add option
generate_new_color_scheme_file
in settings. Iffalse
, new color scheme file don't generate.Thanks.