Merge pull request #440 from x-ji/master

Fix fixed-pitch-serif face
This commit is contained in:
Henrik Lissner 2020-04-29 00:12:26 -04:00 committed by GitHub
commit e3a8ca353a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -125,7 +125,7 @@ determine the exact padding."
;;;;; comments and doc
(font-lock-comment-face
:inherit 'fixed-pitch-serif-face
:inherit 'fixed-pitch-serif
:slant 'italic
:foreground comments
:background (if doom-acario-dark-comment-bg (doom-lighten bg 0.05)))
@ -269,4 +269,3 @@ determine the exact padding."
)
;;; doom-acario-dark-theme.el ends here

View file

@ -110,7 +110,7 @@ real file buffers will now be brighter instead."
((line-number-current-line &override) :foreground orange)
(font-lock-comment-face
:inherit 'fixed-pitch-serif-face
:inherit 'fixed-pitch-serif
:slant 'italic
:foreground comments
:background nil)