diff options
Diffstat (limited to 'init.org')
-rw-r--r-- | init.org | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -174,13 +174,7 @@ The Modus themes look pretty nice. (setq modus-themes-region '(bg-only)) (setq modus-themes-completions '(opinionated)) (setq modus-themes-paren-match '(bold intense)) -(setq modus-themes-syntax nil) -(setq modus-themes-org-agenda - '((header-block . (variable-pitch scale-title)) - (header-date . (grayscale workaholic bold-today)) - (event . (accented scale-small)) - (scheduled . uniform) - (habit . traffic-light))) +(setq modus-themes-org-agenda nil) (setq modus-themes-headings '((1 . (bold 1.4)) (2 . (bold 1.3)) @@ -188,9 +182,9 @@ The Modus themes look pretty nice. (t . (semilight 1.1)))) (setq modus-themes-scale-headings t) (setq modus-themes-bold-constructs t) -(setq modus-themes-org-blocks 'gray-background) +(setq modus-themes-org-blocks nil) (setq modus-themes-variable-pitch-headings t) -(load-theme 'modus-operandi t) +(load-theme 'modus-vivendi-tinted t) ;; Add frame borders and window dividers (modify-all-frames-parameters |