slack-theme / visual-studio-code

Slack Theme for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=felipe-mendes.slack-theme
MIT License
103 stars 18 forks source link

BUG COLOR OCHIN #26

Open R4PH4 opened 3 years ago

R4PH4 commented 3 years ago

Hello,

can you correct these color errors thanks

Name save file : image

Color name theme image

Git lens, roll back image

thk

markovaljaots commented 3 years ago

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"
    }
},
felipemendes commented 3 years ago

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

felipemendes commented 3 years ago

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

R4PH4 commented 3 years ago

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

felipemendes commented 3 years ago

Still looking further to solve all these errors.

Tor-r commented 2 years ago

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

2021-12-09_13-13-08