some bamboo tuning
This commit is contained in:
parent
951b772f57
commit
3442de38f5
@ -7,8 +7,11 @@ return {
|
|||||||
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,
|
||||||
|
lualine = {
|
||||||
|
transparent = true, -- lualine center bar transparency
|
||||||
|
},
|
||||||
code_style = {
|
code_style = {
|
||||||
comments = { italic = true },
|
comments = { italic = false },
|
||||||
conditionals = { italic = false },
|
conditionals = { italic = false },
|
||||||
keywords = {},
|
keywords = {},
|
||||||
functions = {},
|
functions = {},
|
||||||
@ -19,6 +22,7 @@ return {
|
|||||||
},
|
},
|
||||||
highlights = {
|
highlights = {
|
||||||
['@lsp.type.comment'] = { link = '@comment', default = true },
|
['@lsp.type.comment'] = { link = '@comment', default = true },
|
||||||
|
['@comment'] = { fg = colors.vulgaris.light_grey, default = true },
|
||||||
['@lsp.type.parameter'] = { fg = colors.vulgaris.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' },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user