dylanaraps / wal.vim

🎨 A vim colorscheme for use with wal
MIT License
220 stars 41 forks source link

neovim treesitter support #33

Open leaty opened 3 years ago

leaty commented 3 years ago

I just want to note that some colors end up being the same while using treesitter, the wrongly set colors are very slightly "more correct" when using the default theme rather than wal. Perhaps something to look into when treesitter support is officially released.

wal with treesitter highlight: 2021-02-22-1613993498_screenshot_481x257

wal without treesitter highlight: 2021-02-22-1613993539_screenshot_486x240

default with treesitter highlight: 2021-02-22-1613993647_screenshot_499x235

leaty commented 3 years ago

Oh and if you know by hand what would need to be changed for use and for (this is rust btw), please let me know! Those seem to be the main issues, I'm just not familiar with all the vim highlight options to know where to look.