dbordak / telephone-line

A new implementation of Powerline for Emacs
GNU General Public License v3.0
550 stars 51 forks source link

Change color of evil's normal state indicator #65

Closed mfiano closed 6 years ago

mfiano commented 6 years ago

How can I change the color of the modeline indicator for normal state? I think red is too jarring, and it's the state most often seen. I'd like to change it to something cooler, like a shade of blue. Everything else with the default configuration should remain the same.

dbordak commented 6 years ago

Visually, you can do it with customize-face -- the one you want is telephone-line-evil-normal. If you want to do it outside customize, I think you might need to create a theme file... but if all you want to do is configure this one variable, customize is probably the easiest.

mfiano commented 6 years ago

Thank you.