Skip to content

Commit

Permalink
magit: Add more magit-diff faces.
Browse files Browse the repository at this point in the history
  • Loading branch information
tee3 committed Dec 29, 2015
1 parent 677a908 commit e3f79c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cyberpunk-theme.el
Expand Up @@ -456,6 +456,11 @@
:foreground ,cyberpunk-blue-6))))
`(magit-diff-lines-heading ((t (:background ,cyberpunk-blue-6
:foreground ,cyberpunk-bg+1))))
`(magit-diff-added ((t (:foreground ,cyberpunk-blue-5))))
`(magit-diff-added-highlight ((t (:foreground ,cyberpunk-blue-5 :weight bold))))
`(magit-diff-removed ((t (:foreground ,cyberpunk-magenta))))
`(magit-diff-removed-highlight ((t (:foreground ,cyberpunk-magenta :weight bold))))
`(magit-diff-context ((t (:foreground ,cyberpunk-gray))))
`(magit-diff-context-highlight ((t (:background ,cyberpunk-bg+2
:foreground ,cyberpunk-gray))))
`(magit-diffstat-added ((t (:foreground ,cyberpunk-blue-5))))
Expand Down

0 comments on commit e3f79c0

Please sign in to comment.