Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for telephone-line mode #68

Open
fernandodemorais-jf opened this issue Feb 14, 2021 · 3 comments
Open

Add support for telephone-line mode #68

fernandodemorais-jf opened this issue Feb 14, 2021 · 3 comments

Comments

@fernandodemorais-jf
Copy link

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!

@NicolasPetton
Copy link
Owner

NicolasPetton commented Feb 15, 2021

Hi @fernandodemorais-jf,

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

@fernandodemorais-jf
Copy link
Author

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!

@NicolasPetton
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants