Colors are not rendered in RustRover
Closed this issue · 0 comments
4r7if3x commented
I've noticed that this plugin already supports Color Tuples as well as Rust. I tried it on RustRover, but none of the codes below had a color display on them:
Color::Rgb(255, 0, 0)
// or
Rgb(255, 0, 0)