Closed rnevius closed 3 years ago
Thanks for the issue! I just updated the theme with all of these set.
@Th3Whit3Wolf thanks for the update! However theme still lacks LspReferenceText, LspReferenceRead and LspReferenceWrite which are crucial for working with rust sources.
I find the following highlights good enough for one-nvim dark:
highlight LspReferenceText gui=reverse cterm=reverse
highlight LspReferenceRead gui=reverse cterm=reverse
" hue_6_2
highlight LspReferenceWrite guibg=#e5c07b guifg=Black
Just updated. Let me know what you think.
Personally I prefer reference write to be more noticeable (bright bg):
Currently it's barely distinguisable from mut
keyword and it's easy to miss state change:
Just updated, the reverse tricked me. Let me know what you think.
perfect, thanks!
No problem!
Not an issue as much as a feature request. Neovim 0.5.0 will include a built-in LSP client. This client defines some highlights, viewable at
:help lsp-highlight
. These may include the following forreferences
:And the following for
diagnostics
, which are all in the form ofLspDiagnostics<Something>
withError
,Warning
,Information
andHint
variants:Thanks for the beautiful theme!