vscode-colorize icon indicating copy to clipboard operation
vscode-colorize copied to clipboard

A vscode extension to help visualize css colors in files

Results 106 vscode-colorize issues
Sort by recently updated
recently updated
newest added

- Issue Type: `Bug` - Extension Name: `vscode-colorize` - Extension Version: `0.8.17` - OS Version: `Windows_NT x64 10.0.19041` - VSCode version: `1.47.3` ```json { "messages": [], "activationTimes": { "codeLoadingTime": 354,...

Would love if the colorize highlighter worked with decimals of hsla/rgba values, not only percent. The first variable is valid js, but does not work with colorize. The second works...

Would be awesome to have the extension be given a styled-components theme file in the config that it could then match the color to the theme variable. For instance, this...

First off, let me just tell you that I LOVE THE PLUGIN. Thank you so much for making it! Is there any way for me to enable the plugin to...

![image](https://user-images.githubusercontent.com/2827047/56027756-f6099e80-5d16-11e9-8ed5-eab7d70d85cb.png) I've tried adding `javascriptreact` to the languages list without success: ```json "colorize.include": [".tsx", ".jsx", ".ts", ".js"], "colorize.languages":[ "css", "sass", "scss", "less", "postcss", "sss", "stylus", "xml", "svg", "javascript", "javascriptreact" ],...

bug
could not reproduce

I can't get it to work, is there's any way that I can check what went wrong? ![image](https://user-images.githubusercontent.com/19933093/74706321-94427c80-51e4-11ea-9ff4-ba96fcd38e5b.png) Also, can you add #AARRGGBB support?

```scss --icon-color-light: currentColor; // ← used in SVG's to inherit text color --icon-color-dark: var(--icon-color-light); ``` ![Bildschirmfoto 2020-01-30 um 14 25 28](https://user-images.githubusercontent.com/11534760/73453472-5df3a900-436c-11ea-9082-e9d81c73aed2.png)

Hey there, I'm getting introduced to this new graphics API agnostic thing called bgfx, and I came across the issue of being forced to use ABGR instead of ARGB HEX...

Hello! This might be a super edge-case question, but I've seen it before and have always thought it was quite cool/useful... is it possible to add a color swatch in...

Hi, please, is it possible to highlight variables, which are configured in other .less file in same dir? Thanks.