set colors for highlight in bamboo
This commit is contained in:
@@ -13,6 +13,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},
|
||||||
|
['LspReferenceWrite'] = { bg = colors.vulgaris.dark_red, fg = colors.vulgaris.fg },
|
||||||
|
['LspReferenceText'] = { bg = colors.vulgaris.dark_cyan, fg = colors.vulgaris.fg },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
require('bamboo').load()
|
require('bamboo').load()
|
||||||
|
|||||||
Reference in New Issue
Block a user