diff --git a/petrol-theme.el b/petrol-theme.el index 50a6160..94a0146 100644 --- a/petrol-theme.el +++ b/petrol-theme.el @@ -184,6 +184,13 @@ `(dired-marked ((,class (:foreground "#d0372d" :background "#ffdddd")))) `(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-removed ((,class (:background "#ffdddd" :foreground "#d0372d"))))