about summary refs log tree commit diff stats
path: root/emacs-prelude/personal/lisp/init-ui.el
diff options
context:
space:
mode:
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)