ayu-theme / vscode-ayu

ayu theme for vscode
https://marketplace.visualstudio.com/items?itemName=teabyii.ayu
MIT License
580 stars 94 forks source link

Source control background #131

Open lainisourgod opened 2 years ago

lainisourgod commented 2 years ago

Hi! Thanks for the great theme. I really really love it.

We can improve source control view colors: set background to opaque colors so it's easier on view. Like here.

image

I used colors

{
            "diffEditor.insertedTextBackground": "#73d0ff07",
            "diffEditor.removedTextBackground": "#f29e7411"
}

Versus default colors

image