diff --git a/nvim/.config/nvim/colors/yolokai.vim b/nvim/.config/nvim/colors/yolokai.vim index eaae88e..0b283a3 100644 --- a/nvim/.config/nvim/colors/yolokai.vim +++ b/nvim/.config/nvim/colors/yolokai.vim @@ -214,6 +214,11 @@ local highlight_groups = { Terminal = 'Normal', NormalFloat = {bg=black, fg=white, style=NONE }, + --[[ 4.2.14. LSP Highlight ]] + LspReferenceText = 'InfoMsg', + LspReferenceRead = 'InfoMsg', + LspReferenceWrite = 'InfoMsg', + --[[ 4.3. Programming Languages Everything in this section is OPTIONAL. Feel free to remove everything here if you don't want to define it, or add more if there's something