branch: externals/ef-themes
commit 1804d06c776aab4d64b2856da981165562e5cfd6
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Use coloured background for dired marks
---
ef-themes.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ef-themes.el b/ef-themes.el
index 70be22fc26..e1bafbeddf 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -212,11 +212,11 @@ When called from Lisp, THEME is a symbol."
;;;; dired
`(dired-broken-symlink ((,c :inherit (error link))))
`(dired-directory ((,c :foreground ,accent-0)))
- `(dired-flagged ((,c :inherit error :background ,bg-dim)))
+ `(dired-flagged ((,c :inherit error :background ,bg-err)))
`(dired-header ((,c :inherit bold)))
`(dired-ignored ((,c :inherit shadow)))
`(dired-mark ((,c :inherit success)))
- `(dired-marked ((,c :inherit success :background ,bg-dim)))
+ `(dired-marked ((,c :inherit success :background ,bg-info)))
`(dired-symlink ((,c :inherit link)))
`(dired-warning ((,c :inherit warning)))
;;;; dired-subtree