Skip to content

Commit

Permalink
Add some better highlighting for marked dired items
Browse files Browse the repository at this point in the history
See #167
  • Loading branch information
purcell committed Dec 26, 2023
1 parent b6703bb commit a918dfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions color-theme-sanityinc-tomorrow.el
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,10 @@ names to which it refers are bound."
(diff-hl-change (:foreground ,background :background ,blue))
(diff-hl-delete (:foreground ,background :background ,red))

;; dired
(dired-marked (:foreground ,green))
(dired-mark (:foreground ,green :inverse-video t))

;; dired-async
(dired-async-failures (:inherit error))
(dired-async-message (:inherit success))
Expand Down

0 comments on commit a918dfe

Please sign in to comment.