-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since Sublime ships with the basic git support, it also has a diffing feature and with it defines standard colors for inserted/deleted lines or (intra-line) chars. We have `diff.inserted` and `diff.inserted.char` usually in green and `diff.deleted` in red. Every color scheme should already define them. User can change their scheme as usual and change the colors to their liking. Note that I add the suffix `.sbs-compare` to the scopes (e.g. `diff.inserted.sbs-compare`) so users can also target exactly our scopes. Closes #4
- Loading branch information
Showing
2 changed files
with
15 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters