AtomMaterialUI / color-highlighter

JetBrains plugin to preview colors directly from within the code.
MIT License
40 stars 23 forks source link

support android color style xml #104

Closed jiashie closed 11 months ago

jiashie commented 1 year ago

android color.xml style

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <color name="main_bg">#252F4A</color>
</resources>

but now it's not supported.

instead, the xml below is supported

<color name="main_bg" code="#252f4a">
mallowigi commented 11 months ago

will be fixed on next release