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