some bamboo tuning

This commit is contained in:
Oliver Hartmann 2024-05-13 20:28:15 +02:00
parent 951b772f57
commit 3442de38f5

View File

@ -7,8 +7,11 @@ return {
require('bamboo').setup {
dim_inactive = true, -- Dim inactive windows/buffers
cmp_itemkind_reverse = true,
lualine = {
transparent = true, -- lualine center bar transparency
},
code_style = {
comments = { italic = true },
comments = { italic = false },
conditionals = { italic = false },
keywords = {},
functions = {},
@ -19,6 +22,7 @@ return {
},
highlights = {
['@lsp.type.comment'] = { link = '@comment', default = true },
['@comment'] = { fg = colors.vulgaris.light_grey, default = true },
['@lsp.type.parameter'] = { fg = colors.vulgaris.red },
['@lsp.mod.readonly'] = { fmt = 'bold', fg = 'NONE' },
['@lsp.typemod.parameter.readonly'] = { fmt = 'bold', fg = 'NONE' },