atom-material / atom-material-ui

A dynamic UI theme for Atom that follows Google's Material Design Guidelines
MIT License
817 stars 204 forks source link

@input-background-color is white and causes unreadable "light gray on white" text with white @syntax-text-color #310

Closed p-t-u closed 8 years ago

p-t-u commented 8 years ago

ui-variables.less defines

@text-color: fade(@syntax-text-color, 80%); @input-background-color: #FFF;

For syntax themes where @syntax-text-color is set to white or light gray, this causes unreadable text in some input boxes. Also, the white background does not match the overall color palette of the UI theme.

Reproduction Steps: N/A

Expected behavior: @input-background-color should probably be some shade of gray like the rest of the theme.

Observed behavior: N/A

Screenshots and GIFs screen shot 2016-07-25 at 5 30 53 pm

Atom version: 1.8.0 OS and version: OS X

silvestreh commented 8 years ago

Are you seeing this issue anywhere? Because @input-background-color is actually not used anywhere in the theme. It's probably there from the time I rewrote the theme and didn't end up using it.