summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2014-04-15 14:38:50 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2014-04-15 14:38:50 +0300
commit815984566638035253cb370a2e8cdfe1d5239524 (patch)
treecbe0f1c9c53802915fdb5afb4b855fb42b00b19e /zenburn-theme.el
parent21d6d7bc8fa13b95395dc9b900b01b7550067cdb (diff)
parent28b3d7417b1e4b27b34b5b5a3b175e451e5eb551 (diff)
Merge pull request #166 from tarsius/fix-magit
fix magit faces
Diffstat (limited to 'zenburn-theme.el')
-rw-r--r--zenburn-theme.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index 5af8303..327cc8f 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -603,10 +603,12 @@ Also bind `class' to ((class color) (min-colors 89))."
`(macrostep-macro-face
((t (:underline t))))
;;;;; magit
- `(magit-section-title ((t (:foreground ,zenburn-yellow :weight bold))))
- `(magit-branch ((t (:foreground ,zenburn-orange :weight bold))))
`(magit-item-highlight ((t (:background ,zenburn-bg+1))))
- `(magit-log-author ((t (:foreground, zenburn-orange))))
+ `(magit-section-title ((t (:foreground ,zenburn-yellow :weight bold))))
+ `(magit-process-ok ((t (:foreground ,zenburn-green :weight bold))))
+ `(magit-process-ng ((t (:foreground ,zenburn-red :weight bold))))
+ `(magit-branch ((t (:foreground ,zenburn-blue :weight bold))))
+ `(magit-log-author ((t (:foreground ,zenburn-orange))))
`(magit-log-sha1 ((t (:foreground, zenburn-orange))))
;;;;; message-mode
`(message-cited-text ((t (:inherit font-lock-comment-face))))