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

gutter indicators #529

Closed
mcanepa opened this issue Apr 4, 2021 · 5 comments
Closed

gutter indicators #529

mcanepa opened this issue Apr 4, 2021 · 5 comments

Comments

@mcanepa
Copy link

mcanepa commented Apr 4, 2021

This theme should alter gutter indicators as well

Here is what I've edited in settings.json to match Atom's colors

    "workbench.colorCustomizations": {
        "editorGutter.addedBackground": "#109868",
        "editorGutter.deletedBackground": "#9A353D",
        "editorGutter.modifiedBackground": "#948B60",
    }

or with a minor adjustment to match vs explorer colors

"workbench.colorCustomizations": {
    "editorGutter.addedBackground": "#54C787",
    "editorGutter.deletedBackground": "#9A353D",
    "editorGutter.modifiedBackground": "#E0C987",
}
@Binaryify
Copy link
Owner

I like the first
will update this soon~

Binaryify added a commit that referenced this issue Apr 4, 2021
@Binaryify
Copy link
Owner

v3.10.7 had add these~ thank for the advice

@mikemykhaylov
Copy link
Contributor

mikemykhaylov commented Apr 4, 2021

May I change the gutters for the shadow theme as well? I kind of prefer the new variant, but the shadow theme is lighter on the eyes

@Binaryify
Copy link
Owner

@mmykhaylov sure

@foreignmeloman
Copy link

I don't see why the theme has to change the gutter colors. The changed line color looks like puke honestly.
For all of you who came here with the same discontent, add this to your settings.json to get the old colors back:

    "workbench.colorCustomizations": {
        "[One Dark Pro]": {
            "editorGutter.addedBackground": "#587C0C",
            "editorGutter.deletedBackground": "#94151B",
            "editorGutter.modifiedBackground": "#0C7D9D",
        }
    },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants