Update modus theme configuration

This commit is contained in:
Dimitri Lozeve 2023-01-16 16:51:57 +01:00
parent ec1cd625d5
commit b972b65fc1

View file

@ -144,13 +144,10 @@
:init
(setq modus-themes-italic-constructs t
modus-themes-bold-constructs t
modus-themes-syntax '(green-strings alt-syntax)
modus-themes-links '(neutral-underline)
modus-themes-mode-line '(borderless)
modus-themes-lang-checkers '(faint)
modus-themes-org-blocks '(gray-background)
modus-themes-org-agenda '((event . (accented))))
modus-themes-mixed-fonts t
modus-themes-org-blocks '(gray-background))
:config
;; (setq modus-themes-common-palette-overrides modus-themes-preset-overrides-faint)
(load-theme 'modus-vivendi)
:bind ("<f12>" . modus-themes-toggle))