branch: externals/modus-operandi-theme
commit e13e5651221f326d0655ac65982e138d7e65270e
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Use more appropriate colours for HELM mode line
This is to ensure that the contrast ratio is always >= 7:1.
---
modus-operandi-theme.el | 6 +++---
modus-vivendi-theme.el | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index ede492e..ce71a2d 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1303,7 +1303,7 @@ between foreground and background is >= 7:1)."
`(helm-ff-truename ((,class (:foreground ,blue-alt-other))))
`(helm-grep-cmd-line ((,class (:foreground ,yellow-alt-other))))
`(helm-grep-file ((,class (:foreground ,fg-special-cold :weight bold))))
- `(helm-grep-finish ((,class (:foreground ,green))))
+ `(helm-grep-finish ((,class (:foreground ,green-active))))
`(helm-grep-lineno ((,class (:foreground ,fg-special-warm))))
`(helm-grep-match ((,class (:inherit modus-theme-subtle-blue))))
`(helm-header ((,class (:foreground ,fg-special-cold :weight bold))))
@@ -1312,14 +1312,14 @@ between foreground and background is >= 7:1)."
`(helm-history-remote ((,class (:foreground ,red-alt-other))))
`(helm-lisp-completion-info ((,class (:foreground ,fg-special-warm))))
`(helm-lisp-show-completion ((,class (:inherit modus-theme-refine-yellow))))
- `(helm-locate-finish ((,class (:foreground ,green))))
`(helm-match ((,class (:inherit modus-theme-refine-green :weight bold))))
`(helm-match-item ((,class (:inherit modus-theme-intense-blue))))
+ `(helm-locate-finish ((,class (:foreground ,green-active))))
`(helm-minibuffer-prompt ((,class (:inherit minibuffer-prompt))))
`(helm-moccur-buffer ((,class (:foreground ,cyan-alt-other :underline t))))
`(helm-mode-prefix ((,class (:inherit modus-theme-intense-magenta))))
`(helm-non-file-buffer ((,class (:foreground ,fg-alt))))
- `(helm-prefarg ((,class (:foreground ,red-alt))))
+ `(helm-prefarg ((,class (:foreground ,red-active))))
`(helm-resume-need-update ((,class (:inherit modus-theme-intense-red))))
`(helm-selection ((,class (,@(and (>= emacs-major-version 27) '(:extend t))
:inherit modus-theme-intense-cyan :weight
bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index ac5bc70..7fba7ca 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1303,7 +1303,7 @@ between foreground and background is >= 7:1)."
`(helm-ff-truename ((,class (:foreground ,blue-alt-other))))
`(helm-grep-cmd-line ((,class (:foreground ,yellow-alt-other))))
`(helm-grep-file ((,class (:foreground ,fg-special-cold :weight bold))))
- `(helm-grep-finish ((,class (:foreground ,green))))
+ `(helm-grep-finish ((,class (:foreground ,green-active))))
`(helm-grep-lineno ((,class (:foreground ,fg-special-warm))))
`(helm-grep-match ((,class (:inherit modus-theme-subtle-blue))))
`(helm-header ((,class (:foreground ,fg-special-cold :weight bold))))
@@ -1312,14 +1312,14 @@ between foreground and background is >= 7:1)."
`(helm-history-remote ((,class (:foreground ,red-alt-other))))
`(helm-lisp-completion-info ((,class (:foreground ,fg-special-warm))))
`(helm-lisp-show-completion ((,class (:inherit modus-theme-refine-yellow))))
- `(helm-locate-finish ((,class (:foreground ,green))))
`(helm-match ((,class (:inherit modus-theme-refine-green :weight bold))))
`(helm-match-item ((,class (:inherit modus-theme-intense-blue))))
+ `(helm-locate-finish ((,class (:foreground ,green-active))))
`(helm-minibuffer-prompt ((,class (:inherit minibuffer-prompt))))
`(helm-moccur-buffer ((,class (:foreground ,cyan-alt-other :underline t))))
`(helm-mode-prefix ((,class (:inherit modus-theme-intense-magenta))))
`(helm-non-file-buffer ((,class (:foreground ,fg-alt))))
- `(helm-prefarg ((,class (:foreground ,red-alt))))
+ `(helm-prefarg ((,class (:foreground ,red-active))))
`(helm-resume-need-update ((,class (:inherit modus-theme-intense-red))))
`(helm-selection ((,class (,@(and (>= emacs-major-version 27) '(:extend t))
:inherit modus-theme-intense-cyan :weight
bold))))