Stop Tree-Sitter from bolding

By default tree-sitter bolds keywords, functions, and other stuff. How can I disable this?

What theme are you using? I can’t reproduce this on the theme doom-horizon (I use that theme everyday so I should know)

in anycase tree sitter should just inherit from your themes font lock faces so it should just work :tm:

you can edit it like any other, here is an example snippet

(custom-set-faces!  `(tree-sitter-hl-face:function.call :foreground ,(doom-color 'blue)))

you can get a list of all faces in doom using SPChF which should also provide a preview

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.