nvim-highlight-colors icon indicating copy to clipboard operation
nvim-highlight-colors copied to clipboard

Highlight colors for neovim

Results 15 nvim-highlight-colors issues
Sort by recently updated
recently updated
newest added

``` black : black ``` Basically both should get highlighted. Like this, ![image](https://user-images.githubusercontent.com/32216346/185439169-97d2d1b4-89c0-4583-9054-a716fd4cdb47.png) Maybe a config option and disabled by default, so existing don't get disrupted.

enhancement

https://github.com/norcalli/nvim-colorizer.lua#customization ```lua -- Attach to certain Filetypes, add special configuration for `html` -- Use `background` for everything else. require 'colorizer'.setup { 'css'; 'javascript'; html = { mode = 'foreground'; }...

enhancement

For some reason it stops highlighting the colors after multiple lines in this file: ![screenshot-2024-04-04-14-49-18](https://github.com/brenoprata10/nvim-highlight-colors/assets/18328279/a7f9c16c-3f22-4dac-89f0-55f7984d2f7e) Works properly **after toggling it off and on again**. Not sure if it's because of...

help wanted

A very beautiful project, thank you for your work. I found that the format 0xffaadd is acceptable when using it, but 0xaarrggbb does not work May I ask if it...

enhancement

The LSP specification defines a capability for a language server to return elements that are colors ([Document Color Requests](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_documentColor)). This is supported by language servers like tailwindcss. I started looking...

enhancement

[For reference...](https://tailwindcss.com/docs/adding-custom-styles) Custom colors defined as per above, do not show up with this plugin, as they would not be added to [tailwind.lua](https://github.com/brenoprata10/nvim-highlight-colors/blob/main/lua/nvim-highlight-colors/named-colors/tailwind.lua). A good way of accomplishing this might...

enhancement

The issue is that the local variables are not being highlighted properly. And another weird thing is that the named colors are given low priority for some reason. Like in...

bug

I'm sure it would be considerable work but it would be great to eventually see the newer color formats supported in this plugin. Examples: P3 ```css .p3 { --bg: color(display-p3...

enhancement

Where I have Custom Properties that are nothing to do with colours, I still see the virtual symbols: For example: ```css .cp-Title { color: var(--green-28ffbb); font-size: 15px; font-weight: 600; margin:...

bug

hex -> hls -> rag -> rgba

enhancement