diff options
Diffstat (limited to '.emacs')
| -rw-r--r-- | .emacs | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -17,7 +17,20 @@ (load custom-file) (when (>= emacs-major-version 28) - (load-theme 'modus-vivendi t)) + (setq modus-themes-bold-constructs t + modus-themes-deuteranopia t + modus-themes-headings '((1 . (variable-pitch 1.2)) + (2 . (variable-pitch 1.15)) + (3 . (variable-pitch 1.1)) + (4 . (variable-pitch 1.05)) + (t . (variable-pitch))) + modus-themes-italic-constructs t + modus-themes-mixed-fonts t + modus-themes-org-blocks 'gray-background + modus-themes-prompts '(background) + modus-themes-region 'bg-only + modus-themes-variable-pitch-ui t) + (load-theme 'modus-vivendi)) ;; Key bindings |
