set colors for highlight in bamboo
This commit is contained in:
parent
cbeffa9b6d
commit
e829e4b1be
@ -13,6 +13,9 @@ return {
|
||||
['@lsp.typemod.parameter.readonly'] = { fmt = 'bold', fg = 'NONE' },
|
||||
['@lsp.typemod.method.defaultLibrary.cpp'] = { fg = 'NONE' },
|
||||
['@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 },
|
||||
},
|
||||
}
|
||||
require('bamboo').load()
|
||||
|
Loading…
x
Reference in New Issue
Block a user