master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 8a801d4b73 - Show all commits

View File

@@ -3,11 +3,12 @@ return {
lazy = true, lazy = true,
priority = 1000, priority = 1000,
config = function() config = function()
local colors = require('bamboo.palette')
require('bamboo').setup { require('bamboo').setup {
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.type.parameter'] = { fg = 'red' }, ['@lsp.type.parameter'] = { fg = colors.vulgaris.red },
['@lsp.mod.readonly'] = { fmt = 'bold', fg = 'NONE' }, ['@lsp.mod.readonly'] = { fmt = 'bold', fg = 'NONE' },
['@lsp.typemod.parameter.readonly'] = { fmt = 'bold', fg = 'NONE' }, ['@lsp.typemod.parameter.readonly'] = { fmt = 'bold', fg = 'NONE' },
}, },