aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yoshi-theme.el4
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)))))