mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Use simplified syntax for face property annulments
This commit is contained in:
parent
a7e37ab1d4
commit
754e4edbfc
|
|
@ -3616,7 +3616,7 @@ by virtue of calling either of `modus-themes-load-operandi' and
|
|||
;;;;; dictionary
|
||||
`(dictionary-button-face ((,class :inherit bold :foreground ,fg-special-cold)))
|
||||
`(dictionary-reference-face ((,class :inherit button)))
|
||||
`(dictionary-word-definition-face ((,class)))
|
||||
`(dictionary-word-definition-face (()))
|
||||
`(dictionary-word-entry-face ((,class :inherit font-lock-comment-face)))
|
||||
;;;;; diff-hl
|
||||
`(diff-hl-change ((,class :inherit modus-theme-fringe-yellow)))
|
||||
|
|
@ -5378,7 +5378,7 @@ by virtue of calling either of `modus-themes-load-operandi' and
|
|||
`(org-done ((,class :foreground ,green)))
|
||||
`(org-drawer ((,class ,@(modus-themes--mixed-fonts)
|
||||
:foreground ,fg-alt)))
|
||||
`(org-ellipsis ((,class))) ; inherits from the heading's color
|
||||
`(org-ellipsis (())) ; inherits from the heading's color
|
||||
`(org-footnote ((,class :inherit button
|
||||
,@(modus-themes--link-color
|
||||
blue-alt blue-alt-faint))))
|
||||
|
|
@ -5811,7 +5811,7 @@ by virtue of calling either of `modus-themes-load-operandi' and
|
|||
`(sh-quoted-exec ((,class :inherit modus-theme-bold :foreground ,magenta-alt)))
|
||||
;;;;; shortdoc
|
||||
`(shortdoc-heading ((,class :inherit modus-theme-pseudo-header)))
|
||||
`(shortdoc-section ((,class))) ; remove the default's variable-pitch style
|
||||
`(shortdoc-section (())) ; remove the default's variable-pitch style
|
||||
;;;;; show-paren-mode
|
||||
`(show-paren-match ((,class ,@(modus-themes--paren bg-paren-match
|
||||
bg-paren-match-intense)
|
||||
|
|
@ -5875,7 +5875,7 @@ by virtue of calling either of `modus-themes-load-operandi' and
|
|||
`(smerge-lower ((,class :inherit modus-theme-diff-added)))
|
||||
`(smerge-markers ((,class :background ,bg-diff-neutral-2 :foreground ,fg-diff-neutral-2)))
|
||||
`(smerge-refined-added ((,class :inherit modus-theme-diff-refine-added)))
|
||||
`(smerge-refined-changed ((,class)))
|
||||
`(smerge-refined-changed (()))
|
||||
`(smerge-refined-removed ((,class :inherit modus-theme-diff-refine-removed)))
|
||||
`(smerge-upper ((,class :inherit modus-theme-diff-removed)))
|
||||
;;;;; solaire
|
||||
|
|
|
|||
Loading…
Reference in a new issue