diff options
Diffstat (limited to '.emacs.local.d/modes/themes.el')
-rw-r--r-- | .emacs.local.d/modes/themes.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.local.d/modes/themes.el b/.emacs.local.d/modes/themes.el index 9cdf2d9..552aded 100644 --- a/.emacs.local.d/modes/themes.el +++ b/.emacs.local.d/modes/themes.el @@ -1,6 +1,13 @@ (setq modus-themes-mode-line '(accented borderless padded) modus-themes-region '(bg-only) + modus-themes-bold-constructs t + modus-themes-italic-constructs t + modus-themes-paren-match '(bold intense) + modus-themes-headings (quote ((1 . (rainbow variable-pitch 1.3)) + (2 . (rainbow 1.1)) + (t . (rainbow)))) + modus-themes-org-blocks 'tinted ) (use-package dbus) |