branch: externals/modus-operandi-theme
commit 8c7cce9b2f4f7f5e17de6fee1c016b0fba6e5294
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Tweak the colours of `helm-resume-need-update'
This is based on the feedback that was presented in issue 22:
https://gitlab.com/protesilaos/modus-themes/-/issues/22
---
modus-operandi-theme.el | 2 +-
modus-vivendi-theme.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index eb2b3c1..ab1a974 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1349,7 +1349,7 @@ between foreground and background is >= 7:1)."
`(helm-non-file-buffer ((,class (:foreground ,fg-alt))))
`(helm-prefarg ((,class (:foreground ,red-active))))
`(helm-resume-need-update ((,class (,@(and (>= emacs-major-version 27)
'(:extend t))
- :inherit modus-theme-intense-red))))
+ :inherit modus-theme-refine-magenta))))
`(helm-selection ((,class (,@(and (>= emacs-major-version 27) '(:extend t))
:inherit modus-theme-refine-blue :weight bold))))
`(helm-selection-line ((,class (,@(and (>= emacs-major-version 27)
'(:extend t))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index aa3a900..60e8152 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1349,7 +1349,7 @@ between foreground and background is >= 7:1)."
`(helm-non-file-buffer ((,class (:foreground ,fg-alt))))
`(helm-prefarg ((,class (:foreground ,red-active))))
`(helm-resume-need-update ((,class (,@(and (>= emacs-major-version 27)
'(:extend t))
- :inherit modus-theme-intense-red))))
+ :inherit modus-theme-refine-magenta))))
`(helm-selection ((,class (,@(and (>= emacs-major-version 27) '(:extend t))
:inherit modus-theme-refine-blue :weight bold))))
`(helm-selection-line ((,class (,@(and (>= emacs-major-version 27)
'(:extend t))