mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(fold): set ts-fold-replacement-face fg to unspecified
This commit is contained in:
@ -92,7 +92,7 @@
|
||||
:config
|
||||
;; we want to use our own face so we nullify this one to have no effect and
|
||||
;; 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
|
||||
:inherit font-lock-comment-face
|
||||
:weight light))
|
||||
|
Reference in New Issue
Block a user