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:
parent
4bc30b74c8
commit
6866bf6a80
1 changed files with 2 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue