ui/doom: since fira mono doesn't have italics, highlight it instead

This commit is contained in:
Henrik Lissner 2017-04-28 13:16:04 -04:00
parent 15ed040fe8
commit 312371fc26

View file

@ -43,6 +43,12 @@
:config
(load-theme +doom-theme t)
;; Since Fira Mono doesn't have an italicized variant, highlight it instead
(set-face-attribute 'italic nil
:weight 'ultra-light
:foreground "#ffffff"
:background (face-background 'doom-hl-line))
(defface +doom-folded-face
`((t (:inherit font-lock-comment-face
:background ,(face-background 'doom-default)