1
0
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:
Gerd Moellmann 1999-07-27 23:52:50 +00:00
parent 3f63de1e21
commit 9668a74626

View File

@ -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."