mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
ui/doom: since fira mono doesn't have italics, highlight it instead
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user