1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(widget-inactive): Inherit from `shadow'.

This commit is contained in:
Juri Linkov 2005-07-19 11:43:26 +00:00
parent 4bc30b74c8
commit 6866bf6a80

View file

@ -441,14 +441,8 @@ new value.")
(prog1 (progn ,@form)
(goto-char (point-max))))))
(defface widget-inactive '((((class grayscale color)
(background dark))
(:foreground "light gray"))
(((class grayscale color)
(background light))
(:foreground "dim gray"))
(t
(:slant italic)))
(defface widget-inactive
'((t :inherit shadow))
"Face used for inactive widgets."
:group 'widget-faces)
;; backward-compatibility alias