aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-03-16 11:22:45 +0100
committerGravatar Tom Willemse2015-03-16 11:22:45 +0100
commit6968370d2b76b44e475b1e1f8737cafd5152b2c6 (patch)
tree5b54c8308ca8c480ba62c9ddaa4975f2a7252952
parent4100720c8ec18e99237f1903519101a082c6ab60 (diff)
downloadyoshi-theme-6968370d2b76b44e475b1e1f8737cafd5152b2c6.tar.gz
yoshi-theme-6968370d2b76b44e475b1e1f8737cafd5152b2c6.zip
Add some dired faces
-rw-r--r--yoshi-theme.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 8c70bf8..3c86c5a 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -74,6 +74,10 @@
`(diff-refine-change ((t (:foreground ,fgyellow :background unspecified))))
`(diff-refine-removed ((t (:foreground ,fgred :background unspecified :inherit unspecified))))
`(diff-removed ((t (:background ,bgred :inherit unspecified))))
+ `(dired-flagged ((t (:inherit region))))
+ `(dired-header ((t (:foreground ,fgturquoise :weight bold :inherit unspecified))))
+ `(dired-mark ((t (:foreground ,fgpink :inherit unspecified))))
+ `(dired-marked ((t (:background ,bgpink :inherit unspecified))))
`(ediff-current-diff-A ((t (:inherit diff-removed))))
`(ediff-current-diff-B ((t (:inherit diff-added))))
`(ediff-fine-diff-A ((t (:inherit diff-refine-removed))))