Skip to content

Commit

Permalink
update diff-hl style for margin variant
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zika authored and Jakub Zika committed Jan 19, 2024
1 parent 6297c58 commit ef0d1a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kanagawa-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,11 @@
`(git-gutter:deleted ((,class (:foreground ,wave-red))))
`(git-gutter:modified ((,class (:foreground ,spring-blue))))

;; diff-hl
`(diff-hl-change ((,class (:foreground ,spring-blue :background ,winter-blue))))
`(diff-hl-delete ((,class (:foreground ,peach-red :background ,winter-red))))
`(diff-hl-insert ((,class (:foreground ,comet :background ,winter-blue))))

`(diff-hl-margin-change ((,class (:foreground ,spring-blue :background ,winter-blue))))
`(diff-hl-margin-delete ((,class (:foreground ,peach-red :background ,winter-red))))
`(diff-hl-margin-insert ((,class (:foreground ,comet :background ,winter-blue))))
Expand Down

0 comments on commit ef0d1a7

Please sign in to comment.