From 0224c2c62173da0b84f14813497880927d1e07f5 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 26 Mar 2013 11:05:33 +0100 Subject: Fix background for diff-hl-change --- yoshi-theme.el | 4 ++-- 1 file 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 ;; 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)))) -- cgit v1.2.3-54-g00ecf