mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 11:25:51 +01:00
Update diff-hunk-header to stand out more
This commit is contained in:
parent
1418a3ca0e
commit
c01f2db365
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
`(diff-hl-change ((t (:foreground ,fgyellow :background unspecified :inherit diff-changed))))
|
`(diff-hl-change ((t (:foreground ,fgyellow :background unspecified :inherit diff-changed))))
|
||||||
`(diff-hl-delete ((t (:foreground ,fgred :inherit diff-removed))))
|
`(diff-hl-delete ((t (:foreground ,fgred :inherit diff-removed))))
|
||||||
`(diff-hl-insert ((t (:foreground ,fggreen :inherit diff-added))))
|
`(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-added ((t (:foreground ,fggreen :weight bold :inherit unspecified))))
|
||||||
`(diff-indicator-changed ((t (:foreground ,fgyellow :weight bold :inherit unspecified ))))
|
`(diff-indicator-changed ((t (:foreground ,fgyellow :weight bold :inherit unspecified ))))
|
||||||
`(diff-indicator-removed ((t (:foreground ,fgred :weight bold :inherit unspecified))))
|
`(diff-indicator-removed ((t (:foreground ,fgred :weight bold :inherit unspecified))))
|
||||||
|
|
Loading…
Reference in a new issue