diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-04-28 06:58:03 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-04-28 06:58:03 +0100 |
commit | c125c64013f364318ea9ebfe497833e79281c6f6 (patch) | |
tree | cdb3fc209db2aa243976698f2bafcd692fef4fa0 /.emacs.d/lisp/init-ui.el | |
parent | 0f7038ed55d85c8c35d54a2ce2c834046755a977 (diff) | |
download | dotfiles-c125c64013f364318ea9ebfe497833e79281c6f6.tar.gz |
Make regions clearer
Diffstat (limited to '.emacs.d/lisp/init-ui.el')
-rw-r--r-- | .emacs.d/lisp/init-ui.el | 1 |
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)) |