fixed some colors in bamboo for lsp

This commit is contained in:
Oliver Hartmann 2024-02-07 09:06:14 +01:00
parent f26ec9e154
commit ce4a7ef05e

View File

@ -7,7 +7,9 @@ return {
dim_inactive = true, -- Dim inactive windows/buffers dim_inactive = true, -- Dim inactive windows/buffers
cmp_itemkind_reverse = true, cmp_itemkind_reverse = true,
highlights = { highlights = {
['@lsp.mod.readonly'] = { fmt = 'bold' }, ['@lsp.type.parameter'] = { fg = 'red' },
['@lsp.mod.readonly'] = { fmt = 'bold', fg = 'NONE' },
['@lsp.typemod.parameter.readonly'] = { fmt = 'bold', fg = 'NONE' },
}, },
} }
require('bamboo').load() require('bamboo').load()