* tmm.el (tmm-inactive-face): Inherit from `shadow' face.
This commit is contained in:
parent
c3423c9743
commit
1c8c129532
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue