thundernixon / robofont-marx

Simple scripts to mark the status of glyphs in RoboFont
MIT License
0 stars 1 forks source link

Adjust colors for better "gut" readability. #4

Closed thundernixon closed 5 years ago

thundernixon commented 5 years ago

Currently, these colors call more attention to less-high-priority glyphs.

For instance, composed glyphs get a super vivid blue, while glyphs-in-progress get a dull teal color. This gives composed glyphs way too much prominence.

In particular, it's difficult to find the best color for glyphs made from components. There are a lot of them, and they are nice to keep next to their parent glyphs (so it's easy to see if they're out-of-sync), but their color can easily drown out other marks.

(0, 1, 0.25, 0.25)

image

(0, 0, 0, 0.25)

image

thundernixon commented 5 years ago

I think gray is working best. It allows either white or any bright color to "pop" nicely.