AtomMaterialUI / color-highlighter

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

Does not work when multiple colors are defined in the same string / value #139

Open amoledwatchfaces opened 7 months ago

amoledwatchfaces commented 7 months ago

Describe the bug Colors are not showing properly when 2 or more #color codes are defined in the same string / value inside xml

To Reproduce

  1. in xml, define <ColorOption colors="#fffff9d9 #ffbeedff #fffff9d9" displayName="THEME_0" id="0" />
  2. test

Expected Behavior Each color hash with corresponding argb value should be highlighted

Environment

Screenshots image