omz / ColorSense-for-Xcode

Plugin for Xcode to make working with colors more visual

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide support for .storyboard and .xib files

nossipova opened this issue · comments

A .storyboard or a .xib file can be viewed as XML source code in Xcode. A color definition in Xcode XML looks like this:

<color key="textColor" red="0.93333333330000001" green="0.1764705882" blue="0.16862745100000001" alpha="1" colorSpace="calibratedRGB"/>

It would be great, if ColorSense would at least recognize colors in XML files too. Even better: a menu item for finding and replacing of all occurrences of a color in a storyboard or xib source code.