NicolasPetton/zerodark-theme

Add support for telephone-line mode

Opened this issue · 3 comments

Hello,

When I use telephone-line mode with zerodark-theme, its appearance is broken, with segments not properly rendered.

Can you add support for this mode?

Thanks!

Hi @fernandodemorais-jf,

Could you describe how broken it it? A screenshot could be helpful :-)

Hello @NicolasPetton,

Follows the screenshot:

print

Just for a simple comparison, an Emacs session with another theme loaded is shown on the right of the image.

I think that telephone-line inherits many of the faces and configurations of the mode-line and so, as you can see in the image, the width of the line (compared to the segments) and the additional space added after the last segment on the right, must be being inherited.

The telephone-line also has a builtin support for evil-mode (called telephone-line-evil), that indicates the use of every vi modes on the line, like "Normal", "Visual", and so on. However, the standard faces do not match the theme.

I hope I was able to help you understand the problem. :-)

Thanks!

@fernandodemorais-jf I see! You can customize zerodark-use-paddings-in-mode-line and set it to nil to remove the padding.

Regarding the colors of the evil modes, I'll add support for it.