MaxGraey / atom-dark-fusion-syntax

Flat and color balanced dark theme for maximum readability
MIT License
18 stars 7 forks source link

After latest update v2.0.0, all text is white #8

Closed Blake-LeBlanc closed 7 years ago

Blake-LeBlanc commented 7 years ago

First off, I use your syntax theme every day, your attention to detail is superb! The way you did the little green dots for matching tags is so awesome :)

image

Things I've tried:

Things I haven't yet tried:

If it's of any help, the other default syntax themes seem to be working okay.

Atom version 1.12.2 (Linux) Syntax theme version 2.0.0 Primarily Ruby language, so mostly .rb and html.erb files. Standard .html markup is also white.

If you need any more info or would like me to try something, please let me know, I'm happy to help!

MaxGraey commented 7 years ago

Hi, Spectator6 and my apologise! You use Atom version 1.12.2 which use shadowDOM and pseudo selectors which in turn actively used in syntax styles. Starting upon v1.13.0 Atom's developers decide get ridding of shadow DOM and it has influenced the syntax theme for it. All selectors was rewrited for compatibility with latest Atom version. That's why this is major update version (2.0.0).

So you have two solutions:

  1. Update to Atom 0.13.0
  2. Or still to use previous version of Dark Atom Fusion theme. You should reinstall it using following command for this case: apm install atom-dark-fusion-syntax@1.5.1
Blake-LeBlanc commented 7 years ago

Updating to 0.13.0 did the trick, thank you for your quick reply Max! Back to using your great theme :)