NicolasPetton / zerodark-theme

A dark, medium-contrast theme for Emacs
https://gitlab.petton.fr/nico/zerodark-theme
GNU General Public License v3.0
279 stars 25 forks source link

Support evil-mode indicator #45

Open lbolla opened 6 years ago

lbolla commented 6 years ago

When using evil, an indicator showing which mode is active is usually shown in the modeline. Zerodark's modeline though hides it (if the theme is loaded after evil).

NicolasPetton commented 6 years ago

I'm not using evil, but I will test it locally.

NicolasPetton commented 6 years ago

Are you using zerodark-setup-modeline-format?

lbolla commented 6 years ago

@NicolasPetton Yes, I am using zerodark-setup-modeline-format.

NicolasPetton commented 6 years ago

Lorenzo Bolla notifications@github.com writes:

@NicolasPetton Yes, I am using zerodark-setup-modeline-format.

ok, I see. Zerodark's modeline format doesn't support evil yet, and I'm not an evil user myself. If you know a custom modeline that does, that should give me enough pointers to get it done.

lbolla commented 6 years ago

I implemented it for my personal theme, here: https://github.com/lbolla/emacs-quasi-monochrome/blob/master/quasi-monochrome-theme.el#L278