[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-operandi-theme 0559f99 106/112: Use right colours
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-operandi-theme 0559f99 106/112: Use right colours for PROCED marks |
Date: |
Mon, 30 Mar 2020 15:59:49 -0400 (EDT) |
branch: externals/modus-operandi-theme
commit 0559f99cab5e25132281c77bdb6e6b6bb2ea6168
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>
Use right colours for PROCED marks
Implements some new colours that are more appropriate for marking
purposes.
See commit 1744afe for the new colour values and then c6aaf97 for what
informed this change.
---
modus-operandi-theme.el | 4 ++--
modus-vivendi-theme.el | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index d107fe9..760b023 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2333,8 +2333,8 @@ between foreground and background is >= 7:1)."
`(powerline-evil-replace-face ((,class (:inherit modus-theme-active-red))))
`(powerline-evil-visual-face ((,class (:inherit modus-theme-active-cyan))))
;;;; proced
- `(proced-mark ((,class (:foreground ,magenta-alt :weight bold))))
- `(proced-marked ((,class (:inherit modus-theme-intense-magenta))))
+ `(proced-mark ((,class (:foreground ,blue-alt :weight bold))))
+ `(proced-marked ((,class (:background ,bg-mark-other :foreground
,fg-mark-other :weight bold))))
`(proced-sort-header ((,class (:foreground ,fg-special-calm :weight bold
:underline t))))
;;;; prodigy
`(prodigy-green-face ((,class (:foreground ,green))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 0290552..82f0faa 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2333,8 +2333,8 @@ between foreground and background is >= 7:1)."
`(powerline-evil-replace-face ((,class (:inherit modus-theme-active-red))))
`(powerline-evil-visual-face ((,class (:inherit modus-theme-active-cyan))))
;;;; proced
- `(proced-mark ((,class (:foreground ,magenta-alt :weight bold))))
- `(proced-marked ((,class (:inherit modus-theme-intense-magenta))))
+ `(proced-mark ((,class (:foreground ,blue-alt :weight bold))))
+ `(proced-marked ((,class (:background ,bg-mark-other :foreground
,fg-mark-other :weight bold))))
`(proced-sort-header ((,class (:foreground ,fg-special-calm :weight bold
:underline t))))
;;;; prodigy
`(prodigy-green-face ((,class (:foreground ,green))))
- [elpa] externals/modus-operandi-theme c8f0af7 110/112: Make magit-log-{author, date} colours more distinct, (continued)
- [elpa] externals/modus-operandi-theme c8f0af7 110/112: Make magit-log-{author, date} colours more distinct, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme cedb331 111/112: Upgrade to version 0.7.0, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme af3a327 089/112: Tweak `bg-paren-match' value and implementation, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme f55723d 067/112: Tweak `deadgrep' file and match colours, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 7a6ff41 068/112: Add support for RG (rg.el), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 80fb704 070/112: Add an option for using a background for fringes, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme ca6558c 096/112: General refinements to CALENDAR and DIARY, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 30a7b7b 092/112: Add support for ELFEED-SCORE, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme befd6be 102/112: Add support for NUM3-MODE, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 1744afe 103/112: Internal: define new dedicated colours for marking, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 0559f99 106/112: Use right colours for PROCED marks,
Stefan Monnier <=
- [elpa] externals/modus-operandi-theme 432de28 108/112: Add support for VC-ANNOTATE (but read commit msg), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 58836de 112/112: Merge 'master' into elpa/modus-operandi-theme, Stefan Monnier, 2020/03/30