summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-04-18 10:13:14 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2014-04-18 10:13:14 +0300
commitc23215fe81ae81b37f3af4b8ed3d7423209d2aa0 (patch)
tree558c68d87e28dad5ea55fb0b94eb43531794d309 /zenburn-theme.el
parent1a2868d613fd609c6ceddb4079e527f063146db8 (diff)
parent815984566638035253cb370a2e8cdfe1d5239524 (diff)
Merge branch 'master' of github.com:bbatsov/zenburn-emacs
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 937eeb5..464cd7e 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))))