mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
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:
parent
53eddd0c6b
commit
f1e6e3aa2e
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue