diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-08-09 16:44:42 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-08-09 16:44:42 +0100 |
commit | 707ce10be656ed76f375c721c18a3fcbd572d778 (patch) | |
tree | 2f7f154d74c3ab6ded15f37dccd50e74d06dda60 /emacs-prelude/personal/lisp/init-ui.el | |
parent | 16764da88568497c148f312157deb3de79678517 (diff) | |
download | dotfiles-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.el | 7 |
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) |