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

Diff file syntax #63

Open
huytd opened this issue Apr 23, 2020 · 1 comment
Open

Diff file syntax #63

huytd opened this issue Apr 23, 2020 · 1 comment

Comments

@huytd
Copy link

huytd commented Apr 23, 2020

I noticed that when you open a git patch or diff file, there's no syntax highlight. For example:

image

I'm not sure if it's my local issue or not, but with other themes, I don't experience this problem.

I can't switch to other colorscheme because I can't tell how much I liked City Lights :(

@fhbenatti
Copy link

fhbenatti commented Dec 9, 2021

Suggestion:

"workbench.colorCustomizations": {
    "[City Lights]": { 
      "diffEditor.insertedTextBorder": "#3ad90055",
      "diffEditor.removedTextBorder": "#ee3a4355",
      "diffEditor.insertedTextBackground": "#41a6b524",
      "diffEditor.removedTextBackground": "#db4b4b22",
   }
}

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

Successfully merging a pull request may close this issue.

2 participants