Skip to content

Commit 5822521

Browse files
committed
[to upstream] [spacemacs-theme] Distinguish highlight and region faces
1 parent 22fc9c0 commit 5822521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/libs/spacemacs-theme/spacemacs-theme.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ to `auto', tags may not be properly aligned. "
199199
`(fringe ((,class (:background ,bg1 :foreground ,base))))
200200
`(header-line ((,class :background ,bg2)))
201201
`(help-key-binding ((,class :foreground ,blue)))
202-
`(highlight ((,class (:foreground ,base :background ,highlight))))
202+
`(highlight ((,class (:foreground ,base :background ,highlight-dim))))
203203
`(hl-line ((,class (:background ,bg2 :extend t))))
204204
`(isearch ((,class (:foreground ,bg1 :background ,mat))))
205205
`(lazy-highlight ((,class (:background ,green-bg-s))))

0 commit comments

Comments
 (0)