branch: elpa/spacemacs-theme
commit a58295a89e15388a4d33e3d3235f0ed248ef1140
Merge: ca8ed38b28 1b5a6205f3
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #52 from belak/belak/fringe-match-linum
Change fringe background to match linum-mode
---
spacemacs-common.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 4dbf8ddb40..fd8a628bac 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -159,7 +159,7 @@
`(font-lock-type-face ((,class (:foreground ,type :inherit bold))))
`(font-lock-variable-name-face ((,class (:foreground ,var))))
`(font-lock-warning-face ((,class (:foreground ,war :background ,bg1))))
- `(fringe ((,class (:background ,bg1 :foreground ,base))))
+ `(fringe ((,class (:background ,bg2 :foreground ,base))))
`(highlight ((,class (:foreground ,base :background ,highlight))))
`(hl-line ((,class (:background ,bg2))))
`(isearch ((,class (:foreground ,bg1 :background ,mat))))