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