visual-studio-code icon indicating copy to clipboard operation
visual-studio-code copied to clipboard

BUG COLOR OCHIN

Open R4PH4 opened this issue 3 years ago • 6 comments

Hello,

can you correct these color errors thanks

Name save file : image

Color name theme image

Git lens, roll back image

thk

R4PH4 avatar Apr 02 '21 08:04 R4PH4

Can confirm, I have the same issue.

Temporary workaround is to add this to VSCode settings:

"workbench.colorCustomizations": {
    "[Slack Theme Aubergine]": {
      "gitDecoration.ignoredResourceForeground": "#877583",
      "gitDecoration.modifiedResourceForeground": "#ECB22E",
      "gitDecoration.addedResourceForeground": "#ECB22E",
      "gitDecoration.untrackedResourceForeground": "#ECB22E"
    }
},

markovaljaots avatar Apr 03 '21 17:04 markovaljaots

Thanks for the feedback, guys. I'll work on this fix and let you know

felipemendes avatar Apr 05 '21 17:04 felipemendes

I just published v.1.9.15 with the fixes. I hope it resolves all the bugs :)

felipemendes avatar Apr 06 '21 01:04 felipemendes

Super for the name, Very much

Bug for the git lens, ist the same: image

For the F1 launch, its grey on grey : image

And the scroll bar, its blue, on blue : image

Thk

R4PH4 avatar Apr 06 '21 07:04 R4PH4

Still looking further to solve all these errors.

felipemendes avatar Apr 25 '21 04:04 felipemendes

After updating VS Code to version 1.63.0, code blocks in Jupyter notebooks became dark and unreadable

2021-12-09_13-13-08

Tor-r avatar Dec 09 '21 09:12 Tor-r