mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Revise bg-hover hue in all themes except tritanopia
The previous colour was not sufficiently distinct from bg-completion. This would make it hard to spot the difference while, for example, using 'vertico-mode' in tandem with 'vertico-mouse-mode'. Same principle for the difference between the mouse hover and lazy isearch highlights (e.g. in Dired or Occur buffers). Changing the hue here follows the same principle that underpinned the redesign of the grey backgrounds for version 4 of the project: depending on hardware capabilities, colour reproduction may not be optimal, so we need to be more considerate with the choice of colour values. The tritanopia themes are not affected by this, as they already use highly distinct hues. Thanks to Daniel Mendler[1] for bringing this matter to my attention and for testing the proposed alternatives. This was done via a private channel and the information is shared with permission. [1] <https://github.com/minad>
This commit is contained in:
parent
960571c1ec
commit
4e331d27de
|
|
@ -155,7 +155,7 @@ standard).")
|
|||
;;; Special purpose
|
||||
|
||||
(bg-completion "#c0deff")
|
||||
(bg-hover "#97dfed")
|
||||
(bg-hover "#b2e4dc")
|
||||
(bg-hover-secondary "#f5d0a0")
|
||||
(bg-hl-line "#dae5ec")
|
||||
(bg-region "#bdbdbd")
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
;;; Special purpose
|
||||
|
||||
(bg-completion "#c0deff")
|
||||
(bg-hover "#94d4ff")
|
||||
(bg-hover "#b2e4dc")
|
||||
(bg-hover-secondary "#f5d0a0")
|
||||
(bg-hl-line "#dae5ec")
|
||||
(bg-region "#bdbdbd")
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
;;; Special purpose
|
||||
|
||||
(bg-completion "#f0c1cf")
|
||||
(bg-hover "#94d4ff")
|
||||
(bg-hover "#b2e4dc")
|
||||
(bg-hover-secondary "#f5d0a0")
|
||||
(bg-hl-line "#f1d5d0")
|
||||
(bg-region "#c2bcb5")
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@ standard).")
|
|||
;;; Special purpose
|
||||
|
||||
(bg-completion "#2f447f")
|
||||
(bg-hover "#004f70")
|
||||
(bg-hover "#45605e")
|
||||
(bg-hover-secondary "#654a39")
|
||||
(bg-hl-line "#2f3849")
|
||||
(bg-region "#5a5a5a")
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
;;; Special purpose
|
||||
|
||||
(bg-completion "#2f447f")
|
||||
(bg-hover "#004f70")
|
||||
(bg-hover "#45605e")
|
||||
(bg-hover-secondary "#654a39")
|
||||
(bg-hl-line "#2f3849")
|
||||
(bg-region "#5a5a5a")
|
||||
|
|
|
|||
|
|
@ -146,7 +146,7 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
;;; Special purpose
|
||||
|
||||
(bg-completion "#483d8a")
|
||||
(bg-hover "#004f70")
|
||||
(bg-hover "#45605e")
|
||||
(bg-hover-secondary "#654a39")
|
||||
(bg-hl-line "#303a6f")
|
||||
(bg-region "#555a66")
|
||||
|
|
|
|||
Loading…
Reference in a new issue