branch: externals/modus-operandi-theme
commit c6aaf978bd199086a72a3bfc7b082cc24ba5b949
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Update DIRED faces. Avoid hidden marks (issue 31).
This now uses the new dedicated colours for marks (commit 1744afe).
Issue 31 offers more context and screenshots of what led to this change:
https://gitlab.com/protesilaos/modus-themes/-/issues/31
---
modus-operandi-theme.el | 8 ++++----
modus-vivendi-theme.el | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 2529f5f..c5ea268 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1016,12 +1016,12 @@ between foreground and background is >= 7:1)."
;;;; dim-autoload
`(dim-autoload-cookie-line ((,class (:foreground ,fg-alt :slant
,modus-theme-slant))))
;;;; dired
- `(dired-directory ((,class (:foreground ,blue :weight bold))))
- `(dired-flagged ((,class (:inherit modus-theme-intense-red))))
+ `(dired-directory ((,class (:foreground ,blue))))
+ `(dired-flagged ((,class (:background ,bg-mark-del :foreground ,fg-mark-del
:weight bold))))
`(dired-header ((,class (:foreground ,fg-main :weight bold))))
`(dired-ignored ((,class (:foreground ,fg-alt))))
- `(dired-mark ((,class (:foreground ,magenta-alt :weight bold))))
- `(dired-marked ((,class (:inherit modus-theme-intense-magenta))))
+ `(dired-mark ((,class (:foreground ,blue-alt :weight bold))))
+ `(dired-marked ((,class (:background ,bg-mark :foreground ,fg-mark :weight
bold))))
`(dired-perm-write ((,class (:foreground ,fg-special-warm))))
`(dired-symlink ((,class (:foreground ,blue-alt :underline t))))
`(dired-warning ((,class (:foreground ,yellow :weight bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 069e9cd..ebf9131 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1016,12 +1016,12 @@ between foreground and background is >= 7:1)."
;;;; dim-autoload
`(dim-autoload-cookie-line ((,class (:foreground ,fg-alt :slant
,modus-theme-slant))))
;;;; dired
- `(dired-directory ((,class (:foreground ,blue :weight bold))))
- `(dired-flagged ((,class (:inherit modus-theme-intense-red))))
+ `(dired-directory ((,class (:foreground ,blue))))
+ `(dired-flagged ((,class (:background ,bg-mark-del :foreground ,fg-mark-del
:weight bold))))
`(dired-header ((,class (:foreground ,fg-main :weight bold))))
`(dired-ignored ((,class (:foreground ,fg-alt))))
- `(dired-mark ((,class (:foreground ,magenta-alt :weight bold))))
- `(dired-marked ((,class (:inherit modus-theme-intense-magenta))))
+ `(dired-mark ((,class (:foreground ,blue-alt :weight bold))))
+ `(dired-marked ((,class (:background ,bg-mark :foreground ,fg-mark :weight
bold))))
`(dired-perm-write ((,class (:foreground ,fg-special-warm))))
`(dired-symlink ((,class (:foreground ,blue-alt :underline t))))
`(dired-warning ((,class (:foreground ,yellow :weight bold))))