mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
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:
parent
3ab0747e5d
commit
1a75dd0af4
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue