Polychromatic 1.1 – Xcode 6.2, 6.3, & Swift support, closely-named var color difference, + more
Polychromatic 1.1 changes the coloring algorithm to no longer use alphabetical sorting to find a hue—instead it uses a non-crypto fast-hash to find a unique color. This should make most code logic much easier to read, as many vars are often named similarly when dealing with logically related/interoperating code.
Additionally, it now supports Swift. It's not perfect, but it's riding the limit of how the Swift parser describes things for us.
@Property declarations now feature colored names, and the setter/getters are no longer colored.
Some small performance optimizations were made, as well.