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

Hello, All color highlighting just broke in my CSS. The color boxes are still working. ![colorize](https://user-images.githubusercontent.com/36821077/104766820-cc25ad00-5730-11eb-92eb-3390e6ae126e.PNG) ![colorize2](https://user-images.githubusercontent.com/36821077/104767257-73a2df80-5731-11eb-90ad-a783d6f0bc21.PNG) Great work on this extension btw. It's awesome!

.vscode/extensions/kamikillerto.vscode-colorize-0.8.11/out/src/lib/colors/color-decoration.js ``` _generateDecorator() { let backgroundDecorationType = vscode_1.window.createTextEditorDecorationType({ // borderWidth: '1px', borderWidth: '0 0 1px 0', borderStyle: 'solid', borderColor: this.color.toRgbString(), // backgroundColor: this.color.toRgbString(), // color: color_util_1.generateOptimalTextColor(this.color), rangeBehavior: vscode_1.DecorationRangeBehavior.ClosedClosed }); this._decoration...

hi is it possible to get colors inside the suggest box of vscode Example in some plugin we can see this ![image](https://user-images.githubusercontent.com/24865815/101955673-3f854d80-3bcc-11eb-84a6-5612e4eaaaf6.png) or maybe i do something wrong because i...

![issue-image](https://user-images.githubusercontent.com/22721077/101119684-d7ac9100-3626-11eb-8277-23f162466317.png)

I think this was introduced recently, maybe on vscode 1.46, or recent ext update. opening a workspace causes the ext to hang on "fetching files' (visible on bottom right) it...

Please, consider publishing on Openvsx (https://github.com/eclipse/openvsx/wiki/Publishing-Extensions), a marketplace alternative.

- Issue Type: `Performance` - Extension Name: `vscode-colorize` - Extension Version: `0.8.13` - OS Version: `Darwin x64 15.6.0` - VSCode version: `1.38.1` :warning: Make sure to **attach** this file from...

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

Hello! Looks like the extension currently parses HTML symbols with hashtags and thinks they are color codes:

The alpha channel is not visible under the color ![image](https://user-images.githubusercontent.com/3313882/94020892-d95b0c80-fdcc-11ea-9415-f9d97344aadd.png) If the color has an alpha channel it is better to add a background change setting: 1. light color ->...