Fixed LspReferenceText highlight for bamboo
This commit is contained in:
parent
57eb3586d9
commit
4131ef418b
@ -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 },
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user