Skip to content

Commit a7ff584

Browse files
committed
Settings: Update default color scheme exclude patterns
This commit... 1. removes "Sublimerge", as this package no longer exists. 2. adds folders, SFTP and Terminus place auto-generated color schemes in. 3. sorts entries alphabetically.
1 parent e409a58 commit a7ff584

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Package/PackageDev.sublime-settings

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616
// Each color scheme containing one of the list's strings is hidden.
1717
"settings.exclude_color_scheme_patterns": [
1818
"/Color Scheme - Legacy",
19-
"/User/SublimeLinter",
20-
"/User/Sublimerge",
19+
"/InactivePanes",
2120
"/User/GitSavvy",
22-
"/InactivePanes"
21+
"/User/SFTP",
22+
"/User/SublimeLinter",
23+
"/User/Terminus",
2324
],
2425

2526
// List of patterns for themes not to be displayed in completions.

0 commit comments

Comments
 (0)