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

Add unspecified background to diff-refine-*

The `diff-refine-added'  and `diff-refine-removed' faces still got
background colors from the defaults.
This commit is contained in:
Tom Willemse 2013-04-17 00:48:20 +02:00
parent ee63e1651f
commit 5648c6e598

View file

@ -57,9 +57,9 @@
`(diff-indicator-added ((t (:foreground ,lgreen :weight bold :inherit unspecified))))
`(diff-indicator-changed ((t (:foreground ,lyellow :weight bold :inherit unspecified ))))
`(diff-indicator-removed ((t (:foreground ,lred :weight bold :inherit unspecified))))
`(diff-refine-added ((t (:foreground ,lgreen :inherit unspecified))))
`(diff-refine-added ((t (:foreground ,lgreen :background unspecified :inherit unspecified))))
`(diff-refine-change ((t (:foreground ,lyellow :background unspecified))))
`(diff-refine-removed ((t (:foreground ,lred :inherit unspecified))))
`(diff-refine-removed ((t (:foreground ,lred :background unspecified :inherit unspecified))))
`(diff-removed ((t (:background ,dred :inherit unspecified))))
`(error ((t (:foreground ,lred :weight unspecified))))
`(flycheck-error-face ((t (:inherit unspecified :underline (:color ,lred :style wave)))))