fixed red color in bamboo custom colors
This commit is contained in:
parent
ce4a7ef05e
commit
8a801d4b73
@ -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' },
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user