update kanagawa theme
This commit is contained in:
parent
04ebc12b2e
commit
3f05e24237
@ -22,6 +22,8 @@ return {
|
||||
return {
|
||||
['@lsp.mod.readonly'] = { bold = true },
|
||||
['@lsp.mod.static'] = { italic = true },
|
||||
['LspReferenceRead'] = { bg = colors.palette.lotusGreen, fg = colors.palette.dragonBlack0 },
|
||||
['LspReferenceWrite'] = { bg = colors.palette.lotusRed, fg = colors.palette.fujiWhite },
|
||||
}
|
||||
end,
|
||||
theme = 'wave', -- Load "wave" theme when 'background' option is not set
|
||||
@ -31,8 +33,6 @@ return {
|
||||
light = 'lotus',
|
||||
},
|
||||
})
|
||||
|
||||
vim.cmd('colorscheme kanagawa')
|
||||
end,
|
||||
enabled = true,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user