-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
magit merge conflict color seem to be different color compared to vscode #102
Comments
Hi @wingyplus 👋, thanks for your contribution 👍 The difference between some ports is often due to the fact that some features are not always part of the application core like in this example Magit which is a third-party package. In #27 the support for Magit was already requested, but there hasn't been a PR. I'm not a Emcas user myself and since my free time I can spend on open source is limited and there are hundreds of other tasks the request is still pending. Related to or duplicate of #27 |
@arcticicestudio Thanks for your reply. I'll take a look what I can do with this. :) |
In order to achieve the same style like in VS Code, the background color must be "semi-transparent" by making use of the alpha layer value, but I'm not sure if it is supported by Emacs. We need to add new color variables which use the RGBA color model. |
From VSCode, I see merge conflict diss color like this:
But on Emacs:
The text was updated successfully, but these errors were encountered: