From 9668a74626e096631b58f7489a929e508a47c2ab Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 27 Jul 1999 23:52:50 +0000 Subject: [PATCH] (toolbar): Add face definition for mono displays. --- lisp/faces.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/faces.el b/lisp/faces.el index 971ccbf5a4d..bea469bd9bc 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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." -- 2.39.5