Skip to content

Commit

Permalink
Merge pull request #33 from meqif/patch-1
Browse files Browse the repository at this point in the history
Add support for diff-hl-mode faces
  • Loading branch information
arcticicestudio committed May 6, 2017
2 parents a0bfde0 + d4dc12d commit 2db97b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@
`(company-tooltip-mouse ((,class (:inherit highlight))))
`(company-tooltip-selection ((,class (:background ,nord3 :weight bold))))

;; > diff-hl
`(diff-hl-change ((,class (:background ,nord13))))
`(diff-hl-insert ((,class (:background ,nord14))))
`(diff-hl-delete ((,class (:background ,nord11))))

;; > Evil
`(evil-ex-info ((,class (:foreground ,nord8))))
`(evil-ex-substitute-replacement ((,class (:foreground ,nord9))))
Expand Down

0 comments on commit 2db97b3

Please sign in to comment.