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

Powerline separators #274

Open
Shourai opened this issue Oct 10, 2017 · 0 comments
Open

Powerline separators #274

Shourai opened this issue Oct 10, 2017 · 0 comments

Comments

@Shourai
Copy link

Shourai commented Oct 10, 2017

This theme does not play nice with powerline separators.
See the following pictures:

image
image

The separator does not align with the complete height of the mode-line.
To mitigate this I had to set underline and overline to nil
and set the color of the :box to the (back|fore)ground value.

image
image

To override these values one could put the following in their config file:

    (custom-set-faces
    '(mode-line ((t
    (:underline nil :overline nil :box
                (:line-width 1 :color "#fdf6e3")
                :foreground "#fdf6e3" :background "#657b83")))))

Change the color of the line-width according to your specific case.

Is this something that could be considered a bug?

Shourai added a commit to Shourai/dotfiles that referenced this issue Oct 10, 2017
see bbatsov/solarized-emacs#274
for the fix that has been carried out.
Also needed is `(setq ns-use-srgb-colorspace nil)` for macos.
@thomasf thomasf added this to the version FUTURE milestone Nov 20, 2019
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