branch: elpa/spacemacs-theme
commit af8a6093cd729c158da0532a8345612956553c8b
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Tweak diff-hl backgrounds (Fix #118)
---
spacemacs-common.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 2be562fb30..62cb0e8887 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -284,9 +284,9 @@ to 'auto, tags may not be properly aligned. "
`(diff-removed ((,class :background nil :foreground ,red)))
;;;;; diff-hl
- `(diff-hl-change ((,class :background ,blue-bg :foreground ,blue)))
- `(diff-hl-delete ((,class :background ,red-bg :foreground ,red)))
- `(diff-hl-insert ((,class :background ,green-bg :foreground ,green)))
+ `(diff-hl-change ((,class :background ,blue-bg-s :foreground ,blue)))
+ `(diff-hl-delete ((,class :background ,red-bg-s :foreground ,red)))
+ `(diff-hl-insert ((,class :background ,green-bg-s :foreground ,green)))
;;;;; dired
`(dired-directory ((,class (:foreground ,keyword :background ,bg1
:inherit bold))))