Skip to content

Commit

Permalink
Merge pull request #13 from mssdvd/patch-1
Browse files Browse the repository at this point in the history
Add diff-hl-margin-* faces
  • Loading branch information
ogdenwebb authored May 20, 2018
2 parents f31da8e + fdeb539 commit 31f6518
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kaolin-themes-lib.el
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,9 @@
(diff-hl-insert (:background diff-add))
(diff-hl-change (:background diff-mod))
(diff-hl-delete (:background diff-rem))
(diff-hl-margin-insert (:background diff-add :foreground bg1 :slant 'normal))
(diff-hl-margin-change (:background diff-mod :foreground bg1 :slant 'normal))
(diff-hl-margin-delete (:background diff-rem :foreground bg1 :slant 'normal))

;; Popup
(popup-face (:background tooltip-bg :foreground tooltip-fg :bold bold))
Expand Down

0 comments on commit 31f6518

Please sign in to comment.