tiagovla / tokyodark.nvim

A clean dark theme written in lua for neovim.
453 stars 19 forks source link

`LspReference*` colors are missing #13

Closed luissolanodev closed 2 years ago

luissolanodev commented 2 years ago

LspReferenceText, LspReferenceRead, LspReferenceWrite highlight groups are missing, it allows to have references highlighted, this is how it looks in catppuccin:

image

It works well even when having cursorline and cursorcolumn options set. It would be a nice addition!

tiagovla commented 2 years ago

Something like this? gifcast_220211161647

luissolanodev commented 2 years ago

Yes!! That looks very cool