fixed reference write highlight

This commit is contained in:
Oliver Hartmann
2024-04-26 09:35:47 +00:00
parent 4131ef418b
commit ce098ba0b0

View File

@ -24,7 +24,7 @@ return {
['@lsp.typemod.method.defaultLibrary.cpp'] = { fg = 'NONE' }, ['@lsp.typemod.method.defaultLibrary.cpp'] = { fg = 'NONE' },
['@function.builtin'] = { fg = 'NONE' }, ['@function.builtin'] = { fg = 'NONE' },
['LspReferenceRead'] = { bg = colors.vulgaris.green, fg = colors.vulgaris.black }, ['LspReferenceRead'] = { bg = colors.vulgaris.green, fg = colors.vulgaris.black },
['LspReferenceWrite'] = { bg = colors.vulgaris.dark_red, fg = colors.vulgaris.fg }, ['LspReferenceWrite'] = { bg = colors.vulgaris.red , fg = colors.vulgaris.bg1 },
['LspReferenceText'] = { bg = colors.vulgaris.cyan, fg = colors.vulgaris.bg1 }, ['LspReferenceText'] = { bg = colors.vulgaris.cyan, fg = colors.vulgaris.bg1 },
['Delimiter'] = { fg = colors.vulgaris.fg }, ['Delimiter'] = { fg = colors.vulgaris.fg },
}, },