It highlight name of css custom properties that have a color, but doesn't highlight the actual colors...

Here is a snippet to test.
:root {
--vr-Color-white: #fbfeff;
--vr-Color-black: #001118;
--vr-Color-lightblue: #009cbc;
--vr-Color-blue: #00739e;
--vr-Color-darkblue: #004063;
--vr-Color-red: #a41635;
--vr-Color-darkred: #a41635;
--vr-Color-orange: #e25d40;
--vr-Color-lightorange: #F88228;
}
I am very new to vim but I can try to handle this if you are open to.
It highlight name of css custom properties that have a color, but doesn't highlight the actual colors...
Here is a snippet to test.
I am very new to vim but I can try to handle this if you are open to.