Make font-lock-doc-face optionally slanted

This commit is contained in:
Protesilaos Stavrou 2019-12-23 19:39:21 +02:00
parent cdaa12498b
commit 17742772cc
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 2 deletions

View File

@ -690,7 +690,7 @@ between foreground and background is >= 7:1)."
`(font-lock-comment-delimiter-face ((,class (:foreground ,fg-alt :slant ,modus-theme-slant))))
`(font-lock-comment-face ((,class (:foreground ,fg-alt :slant ,modus-theme-slant))))
`(font-lock-constant-face ((,class (:foreground ,blue-alt-other))))
`(font-lock-doc-face ((,class (:foreground ,fg-special-cold))))
`(font-lock-doc-face ((,class (:foreground ,fg-special-cold :slant ,modus-theme-slant))))
`(font-lock-function-name-face ((,class (:foreground ,magenta))))
`(font-lock-keyword-face ((,class (:foreground ,magenta-alt-other))))
`(font-lock-negation-char-face ((,class nil)))

View File

@ -690,7 +690,7 @@ between foreground and background is >= 7:1)."
`(font-lock-comment-delimiter-face ((,class (:foreground ,fg-alt :slant ,modus-theme-slant))))
`(font-lock-comment-face ((,class (:foreground ,fg-alt :slant ,modus-theme-slant))))
`(font-lock-constant-face ((,class (:foreground ,blue-alt-other))))
`(font-lock-doc-face ((,class (:foreground ,fg-special-cold))))
`(font-lock-doc-face ((,class (:foreground ,fg-special-cold :slant ,modus-theme-slant))))
`(font-lock-function-name-face ((,class (:foreground ,magenta))))
`(font-lock-keyword-face ((,class (:foreground ,magenta-alt-other))))
`(font-lock-negation-char-face ((,class nil)))