branch: externals/modus-operandi-theme
commit 5b54ecef37d1ec2200fc0df766bb9a64a440fd92
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Refine HELM colours for selection and matches
These changes address issue 21:
https://gitlab.com/protesilaos/modus-themes/-/issues/21
Basically, the idea is to switch to a blue-er colour for the Helm
selection line and then to adapt other values accordingly.
I have posted a few screenshots there, which detail the scope of this
commit.
---
modus-operandi-theme.el | 10 +++++-----
modus-vivendi-theme.el | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index ce71a2d..7b72342 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1305,16 +1305,16 @@ between foreground and background is >= 7:1)."
`(helm-grep-file ((,class (:foreground ,fg-special-cold :weight bold))))
`(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-grep-match ((,class (:inherit modus-theme-special-calm))))
`(helm-header ((,class (:foreground ,fg-special-cold :weight bold))))
`(helm-header-line-left-margin ((,class (:foreground ,yellow-intense
:weight bold))))
`(helm-history-deleted ((,class (:inherit modus-theme-intense-red :weight
bold))))
`(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-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-match ((,class (:inherit modus-theme-refine-cyan :weight bold))))
+ `(helm-match-item ((,class (:inherit modus-theme-subtle-cyan))))
`(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))))
@@ -1322,9 +1322,9 @@ between foreground and background is >= 7:1)."
`(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))))
+ :inherit modus-theme-refine-blue :weight bold))))
`(helm-selection-line ((,class (,@(and (>= emacs-major-version 27)
'(:extend t))
- :inherit modus-theme-subtle-blue))))
+ :inherit modus-theme-special-cold))))
`(helm-separator ((,class (:foreground ,fg-special-mild))))
`(helm-time-zone-current ((,class (:foreground ,green))))
`(helm-time-zone-home ((,class (:foreground ,magenta))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 7fba7ca..42a9181 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1305,16 +1305,16 @@ between foreground and background is >= 7:1)."
`(helm-grep-file ((,class (:foreground ,fg-special-cold :weight bold))))
`(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-grep-match ((,class (:inherit modus-theme-special-calm))))
`(helm-header ((,class (:foreground ,fg-special-cold :weight bold))))
`(helm-header-line-left-margin ((,class (:foreground ,yellow-intense
:weight bold))))
`(helm-history-deleted ((,class (:inherit modus-theme-intense-red :weight
bold))))
`(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-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-match ((,class (:inherit modus-theme-refine-cyan :weight bold))))
+ `(helm-match-item ((,class (:inherit modus-theme-subtle-cyan))))
`(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))))
@@ -1322,9 +1322,9 @@ between foreground and background is >= 7:1)."
`(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))))
+ :inherit modus-theme-refine-blue :weight bold))))
`(helm-selection-line ((,class (,@(and (>= emacs-major-version 27)
'(:extend t))
- :inherit modus-theme-subtle-blue))))
+ :inherit modus-theme-special-cold))))
`(helm-separator ((,class (:foreground ,fg-special-mild))))
`(helm-time-zone-current ((,class (:foreground ,green))))
`(helm-time-zone-home ((,class (:foreground ,magenta))))