about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-ui.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-06-15 12:34:58 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-06-15 12:34:58 +0100
commiteef83be24ecbf2add0cecc7b1f7cda9e628bbbfb (patch)
tree69d3c4e01ae178e6885c70c57d8aa9c4795ff7eb /.emacs.d/lisp/init-ui.el
parent137150b2d9885a094c8d83454adbe2086fb82c1e (diff)
downloaddotfiles-eef83be24ecbf2add0cecc7b1f7cda9e628bbbfb.tar.gz
Set modus-themes-bold-constructs and modus-themes-italic-constructs
Diffstat (limited to '.emacs.d/lisp/init-ui.el')
-rw-r--r--.emacs.d/lisp/init-ui.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-ui.el b/.emacs.d/lisp/init-ui.el
index 2234dcf..63eb1dd 100644
--- a/.emacs.d/lisp/init-ui.el
+++ b/.emacs.d/lisp/init-ui.el
@@ -55,6 +55,8 @@
         modus-themes-paren-match '(bold intense underline)
         modus-themes-region '(accented)
         modus-themes-hl-line '(underline)
+        modus-themes-bold-constructs t
+        modus-themes-italic-constructs t
         modus-themes-lang-checkers '(text-also background))
   (load-theme 'modus-vivendi t))