KamiKillertO / vscode-colorize

A vscode extension to help visualize css colors in files
Apache License 2.0
269 stars 37 forks source link

Status bar item has bad contrast #503

Open miguelsolorio opened 3 years ago

miguelsolorio commented 3 years ago

image

I think this is recently new, but not a fan of this item and it also has bad contrast.

KamiKillertO commented 3 years ago

Indeed the color contrast is not ideal 🤔. I've taken inspiration from the vscode-eslint extension but it seems there's room for improvements. As for the the item in itself his purpose is to help users know if the extension is active for the current file. In future releases I will update this item and the possibility to enable/disable colorize by clicking on it.

miguelsolorio commented 3 years ago

Ah, so that is getting an update in the next VS Code version that allows you to use a background color instead, see https://github.com/microsoft/vscode/issues/110214

Would love for a setting to hide this too 🙏 big fan of the extension btw, thanks!

KamiKillertO commented 3 years ago

Thanks for link 👌