emacs-devel
[Top][All Lists]
Advanced

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

Re: suggestion: blue default for new face `window-divider'


From: Juri Linkov
Subject: Re: suggestion: blue default for new face `window-divider'
Date: Fri, 31 Jan 2014 11:16:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)

>> Subject line says it all.  Consider making the window divider more
>> noticeable by making it a blue line - same color as links (active).
>
> I tried this, but found it distracting.  Once you know it's there, it
> must not be that "shining".  I use grey40 now.

The face `vertical-border' inherits from `mode-line-inactive'
which is grey by default, so `window-divider' could do the same.

PS: I don't understand why there are two identical faces
`vertical-border' and `window-divider'.

With no scroll bars, evaluating

  (set-frame-parameter (selected-frame) 'right-divider-width 0)

uses the `vertical-border' face, and allows resizing windows
by dragging the vertical line.

And after

  (set-frame-parameter (selected-frame) 'right-divider-width 1)

`vertical-border' is replaced by `window-divider' with exactly
the same behavior.  Shouldn't these faces be merged?



reply via email to

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