emacs: disable the modus-themes palette overrides

They are good, but I was experimenting with them anyway. My setup has
to be close to the defaults to always be able to notice any issues.
This commit is contained in:
Protesilaos Stavrou 2025-03-28 07:44:15 +02:00
parent 3ab0747e5d
commit 1a75dd0af4
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 12 additions and 12 deletions

View file

@ -26,12 +26,12 @@
(agenda-date . (variable-pitch regular 1.3))
(t . (regular 1.15))))
;; (setq modus-themes-common-palette-overrides nil)
(setq modus-themes-common-palette-overrides
'((cursor cyan-intense)
(comment magenta-faint)
(bg-paren-match bg-magenta-subtle)
(fg-paren-match magenta)))
;; (setq modus-themes-common-palette-overrides
;; '((cursor cyan-intense)
;; (comment magenta-faint)
;; (bg-paren-match bg-magenta-subtle)
;; (fg-paren-match magenta)))
(setq modus-themes-common-palette-overrides nil)
(if (prot-emacs-theme-environment-dark-p)
(modus-themes-load-theme (cadr modus-themes-to-toggle))

View file

@ -1352,12 +1352,12 @@ Note that the ~prot-emacs-comment~ is there for my testing purposes
(agenda-date . (variable-pitch regular 1.3))
(t . (regular 1.15))))
;; (setq modus-themes-common-palette-overrides nil)
(setq modus-themes-common-palette-overrides
'((cursor cyan-intense)
(comment magenta-faint)
(bg-paren-match bg-magenta-subtle)
(fg-paren-match magenta)))
;; (setq modus-themes-common-palette-overrides
;; '((cursor cyan-intense)
;; (comment magenta-faint)
;; (bg-paren-match bg-magenta-subtle)
;; (fg-paren-match magenta)))
(setq modus-themes-common-palette-overrides nil)
(if (prot-emacs-theme-environment-dark-p)
(modus-themes-load-theme (cadr modus-themes-to-toggle))