* tmm.el (tmm-inactive-face): Inherit from `shadow' face.

This commit is contained in:
Juri Linkov 2005-06-06 12:24:51 +00:00
parent c3423c9743
commit 1c8c129532

View file

@ -133,9 +133,8 @@ specify nil for this variable."
:type '(choice integer (const nil))
:group 'tmm)
(require 'font-lock)
(defface tmm-inactive-face
'((t :inherit font-lock-comment-face))
'((t :inherit shadow))
"Face used for inactive menu items."
:group 'tmm)