branch: elpa/spacemacs-theme
commit ca8ed38b28626044a1940b641c2308ac6515007f
Merge: d2d4bee65f 56d3e0494f
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #51 from belak/belak/diff-hl-improvement
Change diff-hl faces to be less bright
---
spacemacs-common.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index c75243654c..4dbf8ddb40 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -225,9 +225,9 @@
`(diff-removed ((,class :background nil :foreground ,red)))
;;;;; diff-hl
- `(diff-hl-change ((,class :background ,keyword :foreground nil)))
- `(diff-hl-delete ((,class :background ,err :foreground nil)))
- `(diff-hl-insert ((,class :background ,suc :foreground nil)))
+ `(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)))
;;;;; dired
`(dired-directory ((,class (:foreground ,keyword :background ,bg1
:inherit bold))))