diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-09-08 11:15:34 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-09-08 11:15:34 +0200 |
commit | c693c2132cfef75d3d567073239ef483c353a18f (patch) | |
tree | e78e5c83c0678104bd5cf8e3c9d2bd56ccdd43c1 | |
parent | dd4edd10633b94c63dbb12677ba740cbf18c206c (diff) |
Update modus theme settings.
-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 |