Revise coloured backgrounds in the dark themes

You can play around with the following, changing "bg-cyan" to one of
bg-{red,green,yellow,blue,magenta}.

    (setopt modus-themes-to-toggle '(modus-operandi modus-operandi-tinted))
    (setopt modus-themes-to-toggle '(modus-vivendi modus-vivendi-tinted))

    (setq modus-operandi-palette-overrides '((bg-mode-line-active bg-cyan))
          modus-operandi-tinted-palette-overrides modus-operandi-palette-overrides
          modus-vivendi-palette-overrides modus-operandi-palette-overrides
          modus-vivendi-tinted-palette-overrides modus-operandi-palette-overrides)
This commit is contained in:
Protesilaos Stavrou 2022-12-15 11:38:53 +02:00
parent 45d529d141
commit 53eddd0c6b
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 10 additions and 10 deletions

View file

@ -97,12 +97,12 @@ which corresponds to a minimum contrast in relative luminance of
;;; Common accent backgrounds
(bg-red "#cd2f30")
(bg-green "#20a020")
(bg-red "#c02f30")
(bg-green "#2f822f")
(bg-yellow "#8f5040")
(bg-blue "#4648d0")
(bg-magenta "#a050cf")
(bg-cyan "#2270be")
(bg-blue "#4648c2")
(bg-magenta "#904fbf")
(bg-cyan "#2266ae")
(bg-red-subtle "#620f2a")
(bg-green-subtle "#00422a")

View file

@ -97,12 +97,12 @@ which corresponds to a minimum contrast in relative luminance of
;;; Common accent backgrounds
(bg-red "#cd2f30")
(bg-green "#20a020")
(bg-red "#c02f30")
(bg-green "#2f822f")
(bg-yellow "#8f5040")
(bg-blue "#4648d0")
(bg-magenta "#a050cf")
(bg-cyan "#2270be")
(bg-blue "#4648c2")
(bg-magenta "#904fbf")
(bg-cyan "#2266ae")
(bg-red-subtle "#620f2a")
(bg-green-subtle "#00422a")