help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to get rid of horizontal 1 pixel line under the mode line?


From: Alexander Shukaev
Subject: Re: How to get rid of horizontal 1 pixel line under the mode line?
Date: Tue, 28 Apr 2015 21:24:06 +0200

Yes, I solved it with

  (set-face-attribute 'mode-line nil
                      :overline  'unspecified
                      :underline 'unspecified)

  (set-face-attribute 'mode-line-inactive nil
                      :overline  'unspecified
                      :underline 'unspecified)

I feel like the box around it is more than enough to differentiate  ;)

Regards,
Alexander

On Tue, Apr 21, 2015 at 10:38 PM, Óscar Fuentes <ofv@wanadoo.es> wrote:

> Alexander Shukaev <haroogan@gmail.com> writes:
>
> > The title is self-explanatory.  Attaching the screenshot for clarity.
> > Notice the 1 pixel horizontal line under the text in mode line.
>
> Are you using the solarized theme? The line comes from there, IIRC. It
> is used for differentiating the mode line from the text below (the
> minibuffer and/or the text on the window below, if it exists.)
>
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]