about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-04-28 06:58:03 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-04-28 06:58:03 +0100
commitc125c64013f364318ea9ebfe497833e79281c6f6 (patch)
treecdb3fc209db2aa243976698f2bafcd692fef4fa0 /.emacs.d
parent0f7038ed55d85c8c35d54a2ce2c834046755a977 (diff)
downloaddotfiles-c125c64013f364318ea9ebfe497833e79281c6f6.tar.gz
Make regions clearer
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-ui.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-ui.el b/.emacs.d/lisp/init-ui.el
index 52f738b..1856c9d 100644
--- a/.emacs.d/lisp/init-ui.el
+++ b/.emacs.d/lisp/init-ui.el
@@ -50,6 +50,7 @@
   ;; (setq modus-themes-syntax '(alt-syntax green-strings yellow-comments))
   (setq modus-themes-syntax '(green-strings yellow-comments)
         modus-themes-paren-match '(bold intense underline)
+        modus-themes-region '(accented)
         modus-themes-lang-checkers '(text-also background))
   (load-theme 'modus-vivendi t))