fix(fold): set ts-fold-replacement-face fg to unspecified
This commit is contained in:
parent
8b422877b4
commit
acdd0a4865
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
||||||
:config
|
:config
|
||||||
;; we want to use our own face so we nullify this one to have no effect and
|
;; we want to use our own face so we nullify this one to have no effect and
|
||||||
;; make it more similar to hideshows
|
;; make it more similar to hideshows
|
||||||
(custom-set-faces! '(ts-fold-replacement-face :foreground nil
|
(custom-set-faces! '(ts-fold-replacement-face :foreground unspecified
|
||||||
:box nil
|
:box nil
|
||||||
:inherit font-lock-comment-face
|
:inherit font-lock-comment-face
|
||||||
:weight light))
|
:weight light))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue