ThatXliner / fall-syntax

:atom: A syntax theme for your eyes
https://atom.io/themes/fall-syntax
MIT License
6 stars 2 forks source link

Better support for color blindness #14

Closed ThatXliner closed 3 years ago

KomodoKode commented 3 years ago

I suggest making a custom version of the theme for better color-blind usability. You can change the theme colors I have seen it on Atom UI/Syntax Theme READMEs.

ThatXliner commented 3 years ago

A specialized version of the theme? Not just improve the colors of this? Sure. "General usability" isn't a design point (although "look good" is one of them)

KomodoKode commented 3 years ago

This is the theme without any color :

Theme without any color

when I was playing with the color filters, I found all of the colors to contrast fine under all of the filters, grayscale being the only exception.

I believe this issue can be solved by changing the "lightness" in HSL mode for better contrast.

ThatXliner commented 3 years ago

That's actually not as bad as I expected! The function/class definitions still contrasts!

ThatXliner commented 3 years ago

@KomodoKode You can pull request some tweaked colors.

Remember, the average dev workflow is: git clone

cd fall-syntax

apm link . --dev

<Open it in dev mode>

KomodoKode commented 3 years ago

Got it, Thanks!