Fixed LspReferenceText fg colors
This commit is contained in:
parent
bbd5ddce17
commit
d139425947
@ -23,9 +23,9 @@ return {
|
|||||||
['@lsp.typemod.parameter.readonly'] = { fmt = 'bold', fg = 'NONE' },
|
['@lsp.typemod.parameter.readonly'] = { fmt = 'bold', fg = 'NONE' },
|
||||||
['@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.bg1, fmt = 'nocombine' },
|
||||||
['LspReferenceWrite'] = { bg = colors.vulgaris.red , fg = colors.vulgaris.bg1 },
|
['LspReferenceWrite'] = { bg = colors.vulgaris.red, fg = colors.vulgaris.bg1, fmt = 'nocombine' },
|
||||||
['LspReferenceText'] = { bg = colors.vulgaris.cyan, fg = colors.vulgaris.bg1 },
|
['LspReferenceText'] = { bg = colors.vulgaris.cyan, fg = colors.vulgaris.bg1, fmt = 'nocombine' },
|
||||||
['Delimiter'] = { fg = colors.vulgaris.fg },
|
['Delimiter'] = { fg = colors.vulgaris.fg },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user