diff --git a/lua/plugins/bamboo.lua b/lua/plugins/bamboo.lua index b64d1ae..9821604 100644 --- a/lua/plugins/bamboo.lua +++ b/lua/plugins/bamboo.lua @@ -3,11 +3,12 @@ return { lazy = true, priority = 1000, config = function() + local colors = require('bamboo.palette') require('bamboo').setup { dim_inactive = true, -- Dim inactive windows/buffers cmp_itemkind_reverse = true, highlights = { - ['@lsp.type.parameter'] = { fg = 'red' }, + ['@lsp.type.parameter'] = { fg = colors.vulgaris.red }, ['@lsp.mod.readonly'] = { fmt = 'bold', fg = 'NONE' }, ['@lsp.typemod.parameter.readonly'] = { fmt = 'bold', fg = 'NONE' }, },