Make comment delimiter consistent with its body

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

View File

@ -687,7 +687,7 @@ between foreground and background is >= 7:1)."
`(fancy-dabbrev-selection-face ((,class (:inherit modus-theme-intense-cyan :weight bold))))
;;;; font lock
`(font-lock-builtin-face ((,class (:foreground ,magenta-alt))))
`(font-lock-comment-delimiter-face ((,class (:foreground ,fg-alt))))
`(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))))

View File

@ -687,7 +687,7 @@ between foreground and background is >= 7:1)."
`(fancy-dabbrev-selection-face ((,class (:inherit modus-theme-intense-cyan :weight bold))))
;;;; font lock
`(font-lock-builtin-face ((,class (:foreground ,magenta-alt))))
`(font-lock-comment-delimiter-face ((,class (:foreground ,fg-alt))))
`(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))))