mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Rename bg-hover-alt to bg-hover-secondary; adapt faces
This commit is contained in:
parent
45269556bc
commit
7a686388c8
|
|
@ -134,7 +134,7 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
|
||||
(bg-completion "#baeaff")
|
||||
(bg-hover "#94d4ff")
|
||||
(bg-hover-alt "#f5d0a0")
|
||||
(bg-hover-secondary "#f5d0a0")
|
||||
(bg-hl-line "#d0d6ec")
|
||||
(bg-paren-match "#e0af82")
|
||||
(bg-paren-match-intense "#c488ff")
|
||||
|
|
|
|||
|
|
@ -1691,7 +1691,7 @@ C1 and C2 are color values written in hexadecimal RGB."
|
|||
`(region ((,c ,@(modus-themes--region bg-region fg-main
|
||||
bg-active bg-region-accent
|
||||
bg-region-accent-subtle))))
|
||||
`(secondary-selection ((,c :background ,bg-hover-alt)))
|
||||
`(secondary-selection ((,c :background ,bg-hover-secondary)))
|
||||
`(separator-line ((,c :underline ,bg-region)))
|
||||
`(shadow ((,c :foreground ,fg-dim)))
|
||||
`(success ((,c :inherit (bold modus-themes-grue))))
|
||||
|
|
@ -2787,10 +2787,10 @@ C1 and C2 are color values written in hexadecimal RGB."
|
|||
`(magit-diff-context-highlight ((,c :background ,bg-dim)))
|
||||
`(magit-diff-file-heading ((,c :inherit bold :foreground ,accent-0)))
|
||||
`(magit-diff-file-heading-highlight ((,c :inherit magit-diff-file-heading :background ,bg-inactive)))
|
||||
`(magit-diff-file-heading-selection ((,c :inherit bold :background ,bg-hover-alt)))
|
||||
`(magit-diff-file-heading-selection ((,c :inherit bold :background ,bg-hover-secondary)))
|
||||
`(magit-diff-hunk-heading ((,c :inherit bold :background ,bg-inactive)))
|
||||
`(magit-diff-hunk-heading-highlight ((,c :inherit bold :background ,bg-active)))
|
||||
`(magit-diff-hunk-heading-selection ((,c :inherit bold :background ,bg-hover-alt)))
|
||||
`(magit-diff-hunk-heading-selection ((,c :inherit bold :background ,bg-hover-secondary)))
|
||||
`(magit-diff-hunk-region ((,c :inherit bold)))
|
||||
`(magit-diff-lines-boundary ((,c :background ,fg-main)))
|
||||
`(magit-diff-lines-heading ((,c :background ,fg-dim :foreground ,bg-inactive)))
|
||||
|
|
@ -2829,7 +2829,7 @@ C1 and C2 are color values written in hexadecimal RGB."
|
|||
`(magit-refname-wip ((,c :inherit shadow)))
|
||||
`(magit-section ((,c :background ,bg-dim :foreground ,fg-main)))
|
||||
`(magit-section-heading ((,c :inherit bold)))
|
||||
`(magit-section-heading-selection ((,c :inherit bold :background ,bg-hover-alt)))
|
||||
`(magit-section-heading-selection ((,c :inherit bold :background ,bg-hover-secondary)))
|
||||
`(magit-section-highlight ((,c :background ,bg-dim)))
|
||||
`(magit-sequence-done ((,c :inherit success)))
|
||||
`(magit-sequence-drop ((,c :inherit error)))
|
||||
|
|
@ -3141,7 +3141,7 @@ C1 and C2 are color values written in hexadecimal RGB."
|
|||
`(org-checkbox ((,c :foreground ,warning)))
|
||||
`(org-checkbox-statistics-done ((,c :inherit org-done)))
|
||||
`(org-checkbox-statistics-todo ((,c :inherit org-todo)))
|
||||
`(org-clock-overlay ((,c :background ,bg-hover-alt)))
|
||||
`(org-clock-overlay ((,c :inherit secondary-selection)))
|
||||
`(org-code ((,c :inherit modus-themes-prose-code)))
|
||||
`(org-column ((,c :inherit default :background ,bg-dim)))
|
||||
`(org-column-title ((,c :inherit (bold default) :underline t :background ,bg-dim)))
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
|
||||
(bg-completion "#2f446b")
|
||||
(bg-hover "#004f70")
|
||||
(bg-hover-alt "#654a39")
|
||||
(bg-hover-secondary "#654a39")
|
||||
(bg-hl-line "#2f3849")
|
||||
(bg-paren-match "#6f3355")
|
||||
(bg-paren-match-intense "#7416b5")
|
||||
|
|
|
|||
Loading…
Reference in a new issue