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

How to change color of mouse pointer #24

Closed e96wic closed 3 years ago

e96wic commented 3 years ago

Hi @felipemendes,

thanks for the great theme! Unfortunatly I cannot really see my mouse pointer with the ochin theme. White pointer on white background. How can I change that / what's the setting called? I already put about 2 hours into that :/

image

felipemendes commented 3 years ago

Hey @e96wic

Thanks for your feedback :)

I really can't tell you how to fix this. I will check it and reach you back or I will try to fix

felipemendes commented 3 years ago

Hey @e96wic

For this issue, the fix settings isn't on theme properties. It happens due how ochin's base theme is setup. Property uiTheme on package.json is set to vs-dark, since its colors are brighter, I think we can change it to only vs.

Hopefully, it won't mess up other elements

This is how it looks now:

Screen Shot 2021-02-16 at 14 33 58

e96wic commented 3 years ago

@felipemendes Awesome, thanks!