Added colours for dired-subtree
This commit is contained in:
parent
c420d640aa
commit
9500f55ee2
@ -184,6 +184,13 @@
|
|||||||
`(dired-marked ((,class (:foreground "#d0372d" :background "#ffdddd"))))
|
`(dired-marked ((,class (:foreground "#d0372d" :background "#ffdddd"))))
|
||||||
`(dired-symlink ((,class (:foreground "#855dcf"))))
|
`(dired-symlink ((,class (:foreground "#855dcf"))))
|
||||||
|
|
||||||
|
`(dired-subtree-depth-1-face ((,class (:foreground ,petrol-blue :background "#f2f2f2"))))
|
||||||
|
`(dired-subtree-depth-2-face ((,class (:foreground ,petrol-blue :background "#f2f2f2"))))
|
||||||
|
`(dired-subtree-depth-3-face ((,class (:foreground ,petrol-blue :background "#f2f2f2"))))
|
||||||
|
`(dired-subtree-depth-4-face ((,class (:foreground ,petrol-blue :background "#f2f2f2"))))
|
||||||
|
`(dired-subtree-depth-5-face ((,class (:foreground ,petrol-blue :background "#f2f2f2"))))
|
||||||
|
`(dired-subtree-depth-6-face ((,class (:foreground ,petrol-blue :background "#f2f2f2"))))
|
||||||
|
|
||||||
|
|
||||||
`(diff-added ((,class (:background "#ddffdd" :foreground "#22863a"))))
|
`(diff-added ((,class (:background "#ddffdd" :foreground "#22863a"))))
|
||||||
`(diff-removed ((,class (:background "#ffdddd" :foreground "#d0372d"))))
|
`(diff-removed ((,class (:background "#ffdddd" :foreground "#d0372d"))))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user