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

[Suggestion] Change merge conflict colors #1

Open
chmartinez opened this issue Jul 24, 2018 · 1 comment
Open

[Suggestion] Change merge conflict colors #1

chmartinez opened this issue Jul 24, 2018 · 1 comment

Comments

@chmartinez
Copy link

Hi! Thanks for the amazing theme. It looks great!
The only thing I noticed is that when you're trying to solve merge conflicts, both incoming and current changes are being highlighted with the same color:

My suggestion will be to use a different set of colors. In my case, I've used this:

"workbench.colorCustomizations": {
"merge.currentHeaderBackground": "#32766A",
"merge.currentContentBackground": "#2B4641",
"merge.incomingHeaderBackground": "#336493",
"merge.incomingContentBackground": "#2B3F51",
}

@pawelgrzybek
Copy link
Owner

Hi.

Fantastic suggestion! You can be assured that it will be added to a theme soon.

I am really glad that you like Gatito 🐱

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

No branches or pull requests

2 participants