branch: elpa/spacemacs-theme
commit 56d3e0494f45d86142f14767f75ff9a599153e64
Author: Kaleb Elwert <[email protected]>
Commit: Kaleb Elwert <[email protected]>
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))))