(vertical-border): Inherit from mode-line-inactive only on tty.
This commit is contained in:
parent
9b08f2c11b
commit
8c45858f42
1 changed files with 1 additions and 1 deletions
|
@ -1890,7 +1890,7 @@ created."
|
|||
:group 'basic-faces)
|
||||
|
||||
(defface vertical-border
|
||||
'((default :inherit mode-line-inactive))
|
||||
'((((type tty)) :inherit mode-line-inactive))
|
||||
"Face used for vertical window dividers on ttys."
|
||||
:version "22.1"
|
||||
:group 'modeline
|
||||
|
|
Loading…
Add table
Reference in a new issue