Clarify dired faces. Specify implicit styles.

This commit is contained in:
Protesilaos Stavrou 2019-12-24 11:36:43 +02:00
parent 85e4d3fe6a
commit cc3905f584
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
3 changed files with 30 additions and 10 deletions

View File

@ -188,6 +188,8 @@ the "full support" may not be 100% true…
+ diff-mode
+ dired
+ dired-async
+ dired-git-info
+ dired-narrow
+ dired-subtree
+ diredfl
+ doom-modeline

View File

@ -502,16 +502,25 @@ between foreground and background is >= 7:1)."
`(diff-refine-changed ((,class (:inherit modus-theme-intense-yellow))))
`(diff-refine-removed ((,class (:inherit modus-theme-intense-red))))
`(diff-removed ((,class (:inherit modus-theme-subtle-red))))
;;;; dired (and extensions)
`(dgi-commit-message-face ((,class (:foreground ,fg-special-mild)))) ; dired-git-info
`(dired-async-failures ((,class (:foreground ,red-active :weight bold))))
`(dired-async-message ((,class (:foreground ,green-active :weight bold))))
`(dired-async-mode-message ((,class (:foreground ,cyan-active :weight bold))))
;;;; dired
`(dired-directory ((,class (:foreground ,blue :weight bold))))
`(dired-flagged ((,class (:inherit modus-theme-intense-red))))
`(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-perm-write ((,class (:foreground ,fg-special-warm))))
`(dired-symlink ((,class (:foreground ,blue-alt :underline t))))
`(dired-warning ((,class (:foreground ,yellow :weight bold))))
;;;; dired-async
`(dired-async-failures ((,class (:foreground ,red-active :weight bold))))
`(dired-async-message ((,class (:foreground ,green-active :weight bold))))
`(dired-async-mode-message ((,class (:foreground ,cyan-active :weight bold))))
;;;; dired-git-info
`(dgi-commit-message-face ((,class (:foreground ,fg-special-mild))))
;;;; dired-narrow
`(dired-narrow-blink ((,class (:inherit modus-theme-subtle-cyan :weight bold))))
;;;; dired-subtree
;; remove background from dired-subtree, else it breaks
;; dired-{flagged,marked} and any other face that sets a background
;; such as hl-line

View File

@ -502,16 +502,25 @@ between foreground and background is >= 7:1)."
`(diff-refine-changed ((,class (:inherit modus-theme-intense-yellow))))
`(diff-refine-removed ((,class (:inherit modus-theme-intense-red))))
`(diff-removed ((,class (:inherit modus-theme-subtle-red))))
;;;; dired (and extensions)
`(dgi-commit-message-face ((,class (:foreground ,fg-special-mild)))) ; dired-git-info
`(dired-async-failures ((,class (:foreground ,red-active :weight bold))))
`(dired-async-message ((,class (:foreground ,green-active :weight bold))))
`(dired-async-mode-message ((,class (:foreground ,cyan-active :weight bold))))
;;;; dired
`(dired-directory ((,class (:foreground ,blue :weight bold))))
`(dired-flagged ((,class (:inherit modus-theme-intense-red))))
`(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-perm-write ((,class (:foreground ,fg-special-warm))))
`(dired-symlink ((,class (:foreground ,blue-alt :underline t))))
`(dired-warning ((,class (:foreground ,yellow :weight bold))))
;;;; dired-async
`(dired-async-failures ((,class (:foreground ,red-active :weight bold))))
`(dired-async-message ((,class (:foreground ,green-active :weight bold))))
`(dired-async-mode-message ((,class (:foreground ,cyan-active :weight bold))))
;;;; dired-git-info
`(dgi-commit-message-face ((,class (:foreground ,fg-special-mild))))
;;;; dired-narrow
`(dired-narrow-blink ((,class (:inherit modus-theme-subtle-cyan :weight bold))))
;;;; dired-subtree
;; remove background from dired-subtree, else it breaks
;; dired-{flagged,marked} and any other face that sets a background
;; such as hl-line