Revise coloured backgrounds in the light 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:40:36 +02:00
parent 53eddd0c6b
commit f1e6e3aa2e
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 6 additions and 6 deletions

View file

@ -101,9 +101,9 @@ which corresponds to a minimum contrast in relative luminance of
(bg-red "#ff8f88")
(bg-green "#8adf80")
(bg-yellow "#fac200")
(bg-blue "#cbcfff")
(bg-magenta "#df8fff")
(bg-cyan "#88c8ff")
(bg-blue "#bfc9ff")
(bg-magenta "#dfa0f0")
(bg-cyan "#a4d5f9")
(bg-red-subtle "#ffcfbf")
(bg-green-subtle "#b3fabf")

View file

@ -100,9 +100,9 @@ which corresponds to a minimum contrast in relative luminance of
(bg-red "#ff8f88")
(bg-green "#8adf80")
(bg-yellow "#fac200")
(bg-blue "#cbcfff")
(bg-magenta "#df8fff")
(bg-cyan "#88c8ff")
(bg-blue "#bfc9ff")
(bg-magenta "#dfa0f0")
(bg-cyan "#a4d5f9")
(bg-red-subtle "#ffcfbf")
(bg-green-subtle "#b3fabf")