1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-02-07 05:25:51 +01:00

Fix background for diff-hl-change

This commit is contained in:
Tom Willemsen 2013-03-26 11:05:33 +01:00
parent c486bbb8f8
commit 0224c2c621

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemsen <tom@ryuslash.org>
;; Keywords: faces
;; Version: 5.1.0
;; Version: 5.1.1
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@ -48,7 +48,7 @@
`(diff-added ((t (:background ,dgreen :inherit unspecified))))
`(diff-changed ((t (:background ,dyellow))))
`(diff-removed ((t (:background ,dred :inherit unspecified))))
`(diff-hl-change ((t (:foreground ,lyellow :inherit diff-changed))))
`(diff-hl-change ((t (:foreground ,lyellow :background unspecified :inherit diff-changed))))
`(diff-hl-delete ((t (:foreground ,lred :inherit diff-removed))))
`(diff-hl-insert ((t (:foreground ,lgreen :inherit diff-added))))
`(error ((t (:foreground ,lred :weight unspecified))))