From c693c2132cfef75d3d567073239ef483c353a18f Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 8 Sep 2023 11:15:34 +0200 Subject: Update modus theme settings. --- init.org | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/init.org b/init.org index f3ee926..a49cfed 100644 --- a/init.org +++ b/init.org @@ -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 -- cgit v1.2.3