Skip to content

Commit

Permalink
Use bg1 as foreground color of diff-hl-margin-* faces
Browse files Browse the repository at this point in the history
  • Loading branch information
mssdvd authored May 20, 2018
1 parent 16247ac commit fdeb539
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kaolin-themes-lib.el
Original file line number Diff line number Diff line change
Expand Up @@ -960,9 +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 "black" :slant 'normal))
(diff-hl-margin-change (:background diff-mod :foreground "black" :slant 'normal))
(diff-hl-margin-delete (:background diff-rem :foreground "black" :slant 'normal))
(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 fdeb539

Please sign in to comment.