[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-operandi-theme e13e565 025/112: Use more appropri
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-operandi-theme e13e565 025/112: Use more appropriate colours for HELM mode line |
Date: |
Mon, 30 Mar 2020 15:59:31 -0400 (EDT) |
branch: externals/modus-operandi-theme
commit e13e5651221f326d0655ac65982e138d7e65270e
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>
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))))
- [elpa] externals/modus-operandi-theme af0d20d 011/112: Add support for MULTIPLE-CURSORS (issue #17), (continued)
- [elpa] externals/modus-operandi-theme af0d20d 011/112: Add support for MULTIPLE-CURSORS (issue #17), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme dd783f1 002/112: Modus operandi: minor documentation tweak, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 32cfacd 009/112: Add support for SYMBOL-OVERLAY (issue #17), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 6a605b5 010/112: Add support for HL-TODO (issue #17), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 4d97715 017/112: Internal: fix alphabetic order of some faces, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 83ab771 020/112: Include ELPA in README. Adapt accordingly., Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 9ef3b88 024/112: Minor correction in README, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme efb3ed4 022/112: Refine `font-lock-warning-face' (see commit msg), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 7c3451e 014/112: Add support for RAINBOW-IDENTIFIERS, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 74431eb 012/112: Add *tentative* support for WEB-MODE (issue #17), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme e13e565 025/112: Use more appropriate colours for HELM mode line,
Stefan Monnier <=
- [elpa] externals/modus-operandi-theme 5b54ece 026/112: Refine HELM colours for selection and matches, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 8c7cce9 031/112: Tweak the colours of `helm-resume-need-update', Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme dfbc271 013/112: Add support for HIGHLIGHT-DEFINED, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 49e694b 016/112: Add support for FROG-MENU, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme a8b6db6 015/112: Use fewer background colours in DIFF-MODE, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme eb0f90a 018/112: Add EDIT-INDIRECT to list of implicitly supported, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme d2016e7 019/112: Add `:extend t' to VOLATILE-HIGHLIGHTS (fix #19), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme c9feb7a 021/112: Remove redundant ":group 'modus-theme", Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme cebd31a 023/112: Use fewer backgrounds in Magit diff: see issue #18, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme f670dc2 027/112: Update README with note for HELM grep users, Stefan Monnier, 2020/03/30