From 312371fc269a06f6d2d7106870ab7dc9d3f2a1de Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 28 Apr 2017 13:16:04 -0400 Subject: [PATCH] ui/doom: since fira mono doesn't have italics, highlight it instead --- modules/ui/doom/config.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/ui/doom/config.el b/modules/ui/doom/config.el index 11c0cc90c..8f1636aec 100644 --- a/modules/ui/doom/config.el +++ b/modules/ui/doom/config.el @@ -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)