diff options
| author | 2013-04-17 00:48:20 +0200 | |
|---|---|---|
| committer | 2013-04-17 00:48:20 +0200 | |
| commit | 5648c6e59806cad0be20e8ee70394ac86f7cb3da (patch) | |
| tree | 99781978950727ac5398d1f58e2dce4cf3c79f7d | |
| parent | ee63e1651f847a081428fd18089bd681600b1ed9 (diff) | |
| download | yoshi-theme-5648c6e59806cad0be20e8ee70394ac86f7cb3da.tar.gz yoshi-theme-5648c6e59806cad0be20e8ee70394ac86f7cb3da.zip | |
Add unspecified background to diff-refine-*
The `diff-refine-added' and `diff-refine-removed' faces still got
background colors from the defaults.
| -rw-r--r-- | yoshi-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
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))))) |
