(fringe): Change face for different backgrounds.
This commit is contained in:
parent
3fc720e4bd
commit
d6d5905738
1 changed files with 6 additions and 4 deletions
|
@ -1557,10 +1557,12 @@ created."
|
|||
|
||||
|
||||
(defface fringe
|
||||
'((((class color))
|
||||
(:background "grey95"))
|
||||
(t
|
||||
(:background "gray")))
|
||||
'((((class color) (background light))
|
||||
(:background "grey95"))
|
||||
(((class color) (background dark))
|
||||
(:background "grey10"))
|
||||
(t
|
||||
(:background "gray")))
|
||||
"Basic face for the fringes to the left and right of windows under X."
|
||||
:version "21.1"
|
||||
:group 'frames
|
||||
|
|
Loading…
Add table
Reference in a new issue