summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2017-10-10 12:40:32 +0100
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-10-10 15:40:40 +0300
commit38688d888af35ff14a177d98a96bcf7149695a4b (patch)
tree294b89ab68dc0f8a8820f2463253b6779d0017c6
parent521b1466f960497e980f2b466f822125f1edefc8 (diff)
Add git-annex support
-rw-r--r--zenburn-theme.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index f646fb0..e01007c 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -548,6 +548,9 @@ Also bind `class' to ((class color) (min-colors 89))."
`(ack-file ((t (:foreground ,zenburn-blue))))
`(ack-line ((t (:foreground ,zenburn-yellow))))
`(ack-match ((t (:foreground ,zenburn-orange :background ,zenburn-bg-1 :weight bold))))
+;;;;; git-annex
+ '(git-annex-dired-annexed-available ((t (:inherit success :weight normal))))
+ '(git-annex-dired-annexed-unavailable ((t (:inherit error :weight normal))))
;;;;; git-commit
`(git-commit-comment-action ((,class (:foreground ,zenburn-green+1 :weight bold))))
`(git-commit-comment-branch ((,class (:foreground ,zenburn-blue+1 :weight bold))))