branch: elpa/spacemacs-theme
commit 26495cd1dffedee1c3e9535d7db3382b590bbb3a
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Tweak contrast of magit branch names (fix #18)
---
spacemacs-common.el | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index e503a10711..1a85b0a007 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -341,14 +341,17 @@
`(magit-blame-summary ((,class :background ,org-h4-bg :foreground
,yellow)))
`(magit-blame-date ((,class :background ,org-h4-bg :foreground
,green)))
`(magit-branch ((,class (:foreground ,const :weight bold))))
+ `(magit-branch-current ((,class (:background ,org-h1-bg :foreground ,inf
:weight bold :box t))))
+ `(magit-branch-local ((,class (:background ,org-h1-bg :foreground ,inf
:weight bold))))
+ `(magit-branch-remote ((,class (:background ,org-h2-bg :foreground ,str
:weight bold))))
`(magit-diff-context-highlight ((,class (:background ,bg3 :foreground
,base))))
`(magit-diff-file-header ((,class (:background nil :foreground ,str))))
`(magit-diff-hunk-header ((,class (:background nil :foreground
,builtin))))
- `(magit-hash ((,class (:foreground ,base))))
+ `(magit-hash ((,class (:foreground ,var))))
`(magit-hunk-heading ((,class (:background ,bg3))))
`(magit-hunk-heading-highlight ((,class (:background ,bg3))))
`(magit-item-highlight ((,class :background ,bg2)))
- `(magit-log-author ((,class (:foreground ,base))))
+ `(magit-log-author ((,class (:foreground ,func))))
`(magit-log-head-label-head ((,class (:background ,yellow :foreground
,bg1 :bold t))))
`(magit-log-head-label-local ((,class (:background ,inf :foreground ,bg1
:bold t))))
`(magit-log-head-label-remote ((,class (:background ,suc :foreground ,bg1
:bold t))))