Fixed LspReferenceText highlight for bamboo

This commit is contained in:
Oliver Hartmann 2024-04-26 11:30:27 +02:00
parent 57eb3586d9
commit 4131ef418b

View File

@ -25,7 +25,7 @@ return {
['@function.builtin'] = { fg = 'NONE' },
['LspReferenceRead'] = { bg = colors.vulgaris.green, fg = colors.vulgaris.black },
['LspReferenceWrite'] = { bg = colors.vulgaris.dark_red, fg = colors.vulgaris.fg },
['LspReferenceText'] = { bg = colors.vulgaris.dark_cyan, fg = colors.vulgaris.fg },
['LspReferenceText'] = { bg = colors.vulgaris.cyan, fg = colors.vulgaris.bg1 },
['Delimiter'] = { fg = colors.vulgaris.fg },
},
}