summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-01-08 14:40:03 +0000
committerYann Herklotz <git@yannherklotz.com>2023-01-08 14:41:17 +0000
commit65e1ff30ac7fd453c312c1204264565bdf08a49b (patch)
treea8f0b233cfa6313b083921ff2e48d6418b44ae81
parentc7fbd642ba251c3e601b317a0895a5b4afb61d91 (diff)
downloadymh-emacs-65e1ff30ac7fd453c312c1204264565bdf08a49b.tar.gz
ymh-emacs-65e1ff30ac7fd453c312c1204264565bdf08a49b.zip
Enable italics in the modus-theme
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index 5b21b27..a7376a4 100644
--- a/init.el
+++ b/init.el
@@ -328,6 +328,7 @@ https://yannherklotz.com"))
(bg-region bg-green-subtle)))
(setq modus-themes-to-toggle
'(modus-operandi-tinted modus-vivendi-tinted))
+ (setq modus-themes-italic-constructs t)
:config
(add-hook 'modus-themes-after-load-theme-hook
(lambda ()
@@ -339,7 +340,7 @@ https://yannherklotz.com"))
`(coq-solve-tactics-face ((,c :inherit modus-themes-fg-red)))
`(coq-cheat-face ((,c :inherit modus-themes-intense-red
:box (:line-width -1 :color ,bg-red-intense :style nil))))))))
- (load-theme 'modus-vivendi-tinted :no-confirm))
+ (modus-themes-load-theme 'modus-vivendi-tinted))
(use-package pass
:ensure t