nvim-colortils / colortils.nvim

Some color utils for neovim
GNU General Public License v2.0
363 stars 13 forks source link

Does your plugin know how to colorize color codes in css files? #35

Closed palandovalex closed 2 weeks ago

palandovalex commented 4 months ago

In your video, you can see that the color codes in the css file are colored, but it's not clear if it's your own plugin that can do this, or if it's the effect of another plugin.

palandovalex commented 4 months ago

In any case, when I output css palettes, the color codes are not colored, even when I output color gradients. It is unclear what is required for the plugin to work, I tested it on the "terminator" (TERM=xterm-256 and COLORTERM=truecolor), as well as in "kitty". It is displayed like this:

Снимок экрана от 2024-03-06 11-54-17

Снимок экрана от 2024-03-06 11-55-54

Debajyati commented 2 weeks ago

I agree. I want to know how I can see the colorized hex codes.

max397574 commented 2 weeks ago

use a plugin like colorizer.nvim or https://github.com/brenoprata10/nvim-highlight-colors

won't implement this for this plugin