Ian Y.E. Pan
                                            Ian Y.E. Pan
                                        
                                    Hi @MagicRB do you mind giving me some comparison screenshots? I'd love to investigate and add support for new faces.
@jiacai2050 Hmm.. I personally don't use eglot (I use lsp-mode instead) so I haven't encountered this issue. I'm also curious to know which values we can change to fix it....
I think I understand what you mean, but I tested on my theme and it's working fine. "self" has its keyword color when uncommented, and uses the comment-face when commented:...
> So my question was more about how to customize single keyword using your theme as a basis, and still keep the comment-face when commented? I'm afraid I don't know...
> I assumed your theme was the exact same as VS code dark+, but based on your three screenshots it doesn't look like it is? Due to how VSCode and...
Nothing really -- it didn't occur to me -- I'm more than happy to accept pull requests regarding setting custom font-faces!
Related: https://github.com/emacs-tree-sitter/elisp-tree-sitter/issues/141
Sure, here is my sample config: https://github.com/ianyepan/.wsl-emacs.d And here is a sample CPP file: ```cpp #include #include #include #include using namespace std; struct ListNode { int val; ListNode *next; ListNode()...
I am also running into the same issue, tried every other solution I could find, but in the end disabling nvim-tree is the only work-around that helped. Is there a...
Can you post a screenshot?