Switch to Kanagawa theme
This commit is contained in:
parent
86d2a85552
commit
dcfe48a4b2
@ -1,13 +1,22 @@
|
|||||||
return {
|
return {
|
||||||
'rose-pine/neovim', name = 'rose-pine',
|
|
||||||
|
-- 'rose-pine/neovim', name = 'rose-pine',
|
||||||
|
-- config = function()
|
||||||
|
-- require('rose-pine').setup({
|
||||||
|
-- styles = {
|
||||||
|
-- transparency = true,
|
||||||
|
-- },
|
||||||
|
-- -- TODO: Ideally only certain groups would have italics disabled
|
||||||
|
-- disable_italics = true,
|
||||||
|
-- })
|
||||||
|
-- vim.cmd('colorscheme rose-pine')
|
||||||
|
-- end
|
||||||
|
|
||||||
|
'rebelot/kanagawa.nvim',
|
||||||
config = function()
|
config = function()
|
||||||
require('rose-pine').setup({
|
local kanagawa = require('kanagawa')
|
||||||
styles = {
|
kanagawa.setup({})
|
||||||
transparency = true,
|
kanagawa.load('dragon')
|
||||||
},
|
|
||||||
-- TODO: Ideally only certain groups would have italics disabled
|
|
||||||
disable_italics = true,
|
|
||||||
})
|
|
||||||
vim.cmd('colorscheme rose-pine')
|
|
||||||
end
|
end
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user