about summary refs log tree commit diff stats
path: root/emacs-prelude/personal/lisp/init-ui.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-08-09 16:44:42 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-08-09 16:44:42 +0100
commit707ce10be656ed76f375c721c18a3fcbd572d778 (patch)
tree2f7f154d74c3ab6ded15f37dccd50e74d06dda60 /emacs-prelude/personal/lisp/init-ui.el
parent16764da88568497c148f312157deb3de79678517 (diff)
downloaddotfiles-707ce10be656ed76f375c721c18a3fcbd572d778.tar.gz
Play around with modus some more, and improve startup speed
Diffstat (limited to 'emacs-prelude/personal/lisp/init-ui.el')
-rw-r--r--emacs-prelude/personal/lisp/init-ui.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/emacs-prelude/personal/lisp/init-ui.el b/emacs-prelude/personal/lisp/init-ui.el
index 867fd5b..d3806f3 100644
--- a/emacs-prelude/personal/lisp/init-ui.el
+++ b/emacs-prelude/personal/lisp/init-ui.el
@@ -7,8 +7,11 @@
 (prelude-require-package 'solarized-theme)
 ;(load-theme 'solarized-dark t)
 (prelude-require-package 'modus-themes)
-(setq modus-themes-syntax '(alt-syntax green-strings yellow-comments)
-      modus-themes-paren-match '(bold intense underline))
+;(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-diffs '(desaturated)
+      modus-themes-lang-checkers '(text-also background))
 (load-theme 'modus-vivendi t)
 
 (setq whitespace-line-column 120)