Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use standard colors #5

Merged
merged 1 commit into from
Mar 1, 2024
Merged

Use standard colors #5

merged 1 commit into from
Mar 1, 2024

Commits on Mar 1, 2024

  1. Use standard colors

    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
    kaste committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a957468 View commit details
    Browse the repository at this point in the history