zargony / atom-language-rust

Rust language support in Atom - LOOKING FOR MAINTAINER, see #144
MIT License
116 stars 33 forks source link

Symbol colors changed unexpectedly #141

Open delbonis opened 5 years ago

delbonis commented 5 years ago

After reinstalling Debian yesterday and reinstalling Atom (I kept the ~/.atom dirthe same), suddenly the colors for many symbols are changed from what they were before. I'm still using the One Dark theme, but colors for fields, most type identifiers, proc macros like #[derive()] (and their args), and types like Box and Vec have been changed to something weird.

Colors

I didn't change anything about Atom's environment so I'm not sure what's going on. This change is rather annoying as it makes it harder to read the code so I'd like the old colors back.

alexheretic commented 5 years ago

This looks like atom's built in support for rust that came with 1.33.

You can disable the bundled support to keep using this package

Or just get used to it! :wink: