jkaving / intellij-colors-solarized

Solarized Colorscheme for IntelliJ IDEA
3.26k stars 432 forks source link

Add Rust-Specific colors #163

Closed natdempk closed 6 years ago

natdempk commented 6 years ago

For https://github.com/jkaving/intellij-colors-solarized/issues/158 and my benefit


This updates the colors for Rust for both the dark and light color schemes. Sorry for the horrible layout of these screenshots, couldn't figure out a better way to screenshot these changes in IntelliJ.

Light

Old

screen shot 2018-02-21 at 11 26 07 pm screen shot 2018-02-21 at 11 26 19 pm

New

screen shot 2018-02-21 at 11 23 45 pm screen shot 2018-02-21 at 11 24 02 pm

Dark

Old

screen shot 2018-02-21 at 11 25 19 pm screen shot 2018-02-21 at 11 25 55 pm

New

screen shot 2018-02-21 at 11 22 24 pm screen shot 2018-02-21 at 11 22 36 pm

I think these go a long way towards making this color scheme usable for Rust. This removes some missing/incorrect colors (code comments, underlines) for Rust and adds color to important things like struct, trait, and fn names.

Happy to make changes if anyone disagrees with choices here, just let me know.

jkaving commented 6 years ago

Thanks for this!

Since there hasn't been any objections I have now merged it and added Rust to the list of supported languages.