-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
A-language-serverArea: Language server clientArea: Language server clientC-enhancementCategory: ImprovementsCategory: Improvements
Description
Display the color of color-hex-codes and color functions is pretty helpful for writing CSS and UI design... VScode support this feature by default, while NeoVim have an acceptable plugin vim-hexokinase
that do the job:
I hope Helix could support for coloring:
- 6 digit hex codes (
#FFFFFF
). - 3 digit hex codes (
#FFF
). - RGB functions (
rgb(100%, 100%, 100%)
,rgb(255, 255, 255)
). - RGBA functions (
rgba( ... )
). - HSL functions (
hsl( ... )
). - HSLA functions (
hsla( ... )
).
With styling options:
- Background.
- Foreground.
- Virtual (display a small colored square on the right).
- Sign column (a column next to the line numbers).
tasmo, heliostatic, kkmp-dk, rsHalford, ChrHorn and 43 moreRudxain
Metadata
Metadata
Assignees
Labels
A-language-serverArea: Language server clientArea: Language server clientC-enhancementCategory: ImprovementsCategory: Improvements