fix(fold): set ts-fold-replacement-face fg to unspecified

This commit is contained in:
Ta Quang Trung 2023-02-18 00:45:06 +08:00 committed by GitHub
parent 8b422877b4
commit acdd0a4865
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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))