aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-03-26 11:05:33 +0100
committerGravatar Tom Willemsen2013-03-26 11:05:33 +0100
commit0224c2c62173da0b84f14813497880927d1e07f5 (patch)
tree4c0f3104c71d274a8e8b09bb9d4e39c89ced70cf
parentc486bbb8f8935e11e78f960299add2d2f9802b2f (diff)
downloadyoshi-theme-0224c2c62173da0b84f14813497880927d1e07f5.tar.gz
yoshi-theme-0224c2c62173da0b84f14813497880927d1e07f5.zip
Fix background for diff-hl-change
-rw-r--r--yoshi-theme.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 0cd828f..a45c3d4 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -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))))