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

Make the diff file header stand out more

This commit is contained in:
Tom Willemse 2013-11-26 01:02:25 +01:00
parent e15cc12354
commit 1b138bc561

View file

@ -52,7 +52,7 @@
`(default ((t (:background ,bgdefault :foreground ,fgdefault))))
`(diff-added ((t (:background ,bggreen :inherit unspecified))))
`(diff-changed ((t (:background ,bgorange))))
`(diff-file-header ((t (:foreground "#ededed" :background unspecified))))
`(diff-file-header ((t (:foreground ,fgred :background unspecified))))
`(diff-function ((t (:inherit unspecified :foreground ,fgorange))))
`(diff-header ((t (:background ,bgbright))))
`(diff-hl-change ((t (:foreground ,fgyellow :background unspecified :inherit diff-changed))))