From 5648c6e59806cad0be20e8ee70394ac86f7cb3da Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 17 Apr 2013 00:48:20 +0200 Subject: Add unspecified background to diff-refine-* The `diff-refine-added' and `diff-refine-removed' faces still got background colors from the defaults. --- yoshi-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yoshi-theme.el') diff --git a/yoshi-theme.el b/yoshi-theme.el index 3615dcc..19d842e 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -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))))) -- cgit v1.2.3-54-g00ecf