change theme
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
return {
|
||||
'ribru17/bamboo.nvim',
|
||||
lazy = true,
|
||||
priority = 1000,
|
||||
-- priority = 1000,
|
||||
config = function()
|
||||
local colors = require('bamboo.palette')
|
||||
require('bamboo').setup({
|
||||
@ -78,5 +78,5 @@ return {
|
||||
})
|
||||
require('bamboo').load()
|
||||
end,
|
||||
enabled = true,
|
||||
enabled = false,
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
return {
|
||||
'rebelot/kanagawa.nvim',
|
||||
lazy = true,
|
||||
lazy = false,
|
||||
config = function()
|
||||
require('kanagawa').setup({
|
||||
compile = false, -- enable compiling the colorscheme
|
||||
@ -23,7 +23,7 @@ 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 },
|
||||
['LspReferenceWrite'] = { bg = colors.palette.samuraiRed, fg = colors.palette.dragonBlack0 },
|
||||
}
|
||||
end,
|
||||
theme = 'wave', -- Load "wave" theme when 'background' option is not set
|
||||
@ -33,6 +33,7 @@ return {
|
||||
light = 'lotus',
|
||||
},
|
||||
})
|
||||
vim.cmd('colorscheme kanagawa')
|
||||
end,
|
||||
enabled = true,
|
||||
}
|
||||
|
Reference in New Issue
Block a user