mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-14 16:50:58 +00:00
(toolbar): Add face definition for mono displays.
This commit is contained in:
parent
3f63de1e21
commit
9668a74626
@ -1353,6 +1353,8 @@ created."
|
||||
(defface toolbar
|
||||
'((((type x) (class color))
|
||||
(:box (:line-width 1 :style released-button) :background "grey75"))
|
||||
(((type x) (class mono))
|
||||
(:box (:line-width 1 :style released-button) :background "grey"))
|
||||
(t
|
||||
()))
|
||||
"Basic toolbar face."
|
||||
|
Loading…
Reference in New Issue
Block a user