Skip to content

Commit

Permalink
Stop magit-header from inheriting header-line
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Oct 10, 2012
1 parent d0e2da6 commit bef76bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions color-theme-sanityinc-solarized.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ names to which it refers are bound."


;; Magit (a patch is pending in magit to make these standard upstream) ;; Magit (a patch is pending in magit to make these standard upstream)
(magit-branch ((,class (:foreground ,green)))) (magit-branch ((,class (:foreground ,green))))
(magit-header ((,class (:inherit nil :weight bold))))
(magit-item-highlight ((,class (:inherit highlight :background nil)))) (magit-item-highlight ((,class (:inherit highlight :background nil))))
(magit-log-graph ((,class (:foreground ,faintest)))) (magit-log-graph ((,class (:foreground ,faintest))))
(magit-log-sha1 ((,class (:foreground ,yellow)))) (magit-log-sha1 ((,class (:foreground ,yellow))))
Expand Down

0 comments on commit bef76bc

Please sign in to comment.