branch: elpa/spacemacs-theme
commit 4dde3005613f484d250ea796185b0dddbc094a86
Merge: fdf8efcb48 e7bc8df50b
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #132 from duianto/patch-1
Change diff refine fg to match ediff fine diff fg
---
spacemacs-common.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index bf873b0e66..0917d6ef31 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -288,9 +288,9 @@ to 'auto, tags may not be properly aligned. "
`(diff-indicator-added ((,class :background nil :foreground ,green)))
`(diff-indicator-changed ((,class :background nil :foreground ,blue)))
`(diff-indicator-removed ((,class :background nil :foreground ,red)))
- `(diff-refine-added ((,class :background ,green :foreground ,bg4)))
- `(diff-refine-changed ((,class :background ,blue :foreground ,bg4)))
- `(diff-refine-removed ((,class :background ,red :foreground ,bg4)))
+ `(diff-refine-added ((,class :background ,green :foreground ,bg1)))
+ `(diff-refine-changed ((,class :background ,blue :foreground ,bg1)))
+ `(diff-refine-removed ((,class :background ,red :foreground ,bg1)))
`(diff-removed ((,class :background nil :foreground ,red)))
;;;;; diff-hl