Closed ghost closed 3 years ago
This color scheme has been optimized for about 90 file types and plugins, but I personally don't use most of them in my daily development, that means they are only basically optimized and guaranteed to work.
So as tree-sitter, I personally don't use it, there might be some bugs and flaws.
If you are a user of tree-sitter, could you help me optimize it? You can adjust the design that you feel is flawed. Maybe fork this repo and create a PR. Here is the related code for tree-sitter:
Oh I see, that's understandable.
If you are a user of tree-sitter, could you help me optimize it? You can adjust the design that you feel is flawed.
Alright, that's fine, I'll try to make a PR with some colours adjusted.
Fixed via e128629.
I am using Treesitter with neovim at the moment, and it looks absolutely great.
However, as you can see in the screenshot, the highlight colour for
import
,None
,self
, constants(snake case variables) and numbers is the same even though they all are different things. Is it possible to change the highlight colour of these to be different from each other to improve readability?This is also the case for lua for example, where
nil
,1
, and booleans all have the same highlight colour(purple).Also, mabye
__init__()
can be highlighted in a blue since it is a special method in python.