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

Theme no longer uses color from Setting as Primary color #330

Closed smlombardi closed 7 years ago

smlombardi commented 7 years ago

Primary color is set to be "Blue Grey Primary", but the theme is using Green. It was working before I updated to Sierra, although on another mac it worked fine on Sierra.

screen shot 2016-09-26 at 8 36 47 am

Atom 1.11.0-beta5, macos10.12 (16A323), atom-material-ui 1.3.6

smlombardi commented 7 years ago

Seems that closing an re-opening the project restored the correct color (I earlier tried just quitting and restarting Atom, which did not).

seminull commented 7 years ago

I had this issue, turned out that portions of my .atom in home were owned by root. Presumably because I ran a sudo apm update. Hopefully this helps someone else.

silvestreh commented 7 years ago

Yep, losing write access to ~./atom could break things. The custom color feature works by overwriting a LESS file where color variables are defined and then reloads the theme.