1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Update diff-hunk-header to stand out more

This commit is contained in:
Tom Willemse 2014-10-15 09:08:58 +02:00
parent 1418a3ca0e
commit c01f2db365

View file

@ -66,7 +66,7 @@
`(diff-hl-change ((t (:foreground ,fgyellow :background unspecified :inherit diff-changed))))
`(diff-hl-delete ((t (:foreground ,fgred :inherit diff-removed))))
`(diff-hl-insert ((t (:foreground ,fggreen :inherit diff-added))))
`(diff-hunk-header ((t (:inherit unspecified :weight bold))))
`(diff-hunk-header ((t (:inherit unspecified :weight bold :foreground ,fgyellow :underline t))))
`(diff-indicator-added ((t (:foreground ,fggreen :weight bold :inherit unspecified))))
`(diff-indicator-changed ((t (:foreground ,fgyellow :weight bold :inherit unspecified ))))
`(diff-indicator-removed ((t (:foreground ,fgred :weight bold :inherit unspecified))))