jamiewilson / predawn

Predawn is a dark interface and syntax theme for Sublime Text and Atom.
http://jamiewilson.io/predawn
MIT License
1.8k stars 161 forks source link

Change (or allow to change) "invisibles" transparency #165

Open Minkiu opened 4 years ago

Minkiu commented 4 years ago

Hello,

thanks for the lovely theme, it's been my trusty companion for years now; there is only one thing that I modify every time I set it up.

I mostly code on Python so I find the Sublime Text setting "draw_white_space": "all" quite useful, but with the current colour setting for the "invisibles" it pops way to much, so I tone them down: "invisibles": "color(var(predawn) alpha(0.25))"

Before: image

After: image

This could be a setting? I am not versed in sublime themeing: "predawn_invisibles_alpha": 0.25

If you are happy changing the global setting I can do a PR, if it needs to be a setting, I'll have to investigate more!

Let me know, Cheers.