neoclide / coc-highlight

Document highlight and document colors LSP support for coc.nvim
221 stars 12 forks source link

Color highlighting confused by 8 character hex values #66

Open martin-braun opened 7 months ago

martin-braun commented 7 months ago
Screenshot 2024-02-10 at 18 33 59

The first byte of 8 character hex values represents the alpha of the color. This extension gets confused. Instead of taking the last 3 bytes into account to draw the color, it takes the first 3 bytes into account.