Skip to content

Commit

Permalink
Add more colors for magit-diff faces
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasPetton committed Aug 28, 2015
1 parent 57b8941 commit 1a3ee0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zerodark-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@
`(magit-diff-removed ((,class (:background ,diff-removed-background))))
`(magit-diff-added-highlight ((,class (:background ,diff-added-background))))
`(magit-diff-added ((,class (:background ,diff-added-background))))
`(magit-diff-lines-heading ((,class (:background ,blue-dark :foreground "white"))))
`(magit-diff-hunk-heading ((,class (:background ,background-lighter))))
`(magit-diff-hunk-heading-highlight ((,class (:background ,blue-dark))))
`(magit-diff-hunk-heading ((,class (:background ,background-lighter))))

`(magit-section-highlight ((,class (:background ,background-darker))))
`(magit-section-heading ((,class (:foreground ,grey :weight bold))))
Expand Down

0 comments on commit 1a3ee0b

Please sign in to comment.