ui/doom: since fira mono doesn't have italics, highlight it instead
This commit is contained in:
parent
15ed040fe8
commit
312371fc26
1 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,12 @@
|
||||||
:config
|
:config
|
||||||
(load-theme +doom-theme t)
|
(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
|
(defface +doom-folded-face
|
||||||
`((t (:inherit font-lock-comment-face
|
`((t (:inherit font-lock-comment-face
|
||||||
:background ,(face-background 'doom-default)
|
:background ,(face-background 'doom-default)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue