mirror of
https://github.com/hyzendust/KickestEnd.nvim.git
synced 2026-02-15 08:01:13 +01:00
add transparency to kanagawa colorscheme
This commit is contained in:
2
init.lua
2
init.lua
@@ -636,6 +636,8 @@ cmp.setup {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
-- Theme
|
-- Theme
|
||||||
|
|
||||||
|
require('kanagawa').setup({ transparent = true })
|
||||||
vim.cmd [[colorscheme kanagawa]]
|
vim.cmd [[colorscheme kanagawa]]
|
||||||
-- The line beneath this is called `modeline`. See `:help modeline`
|
-- The line beneath this is called `modeline`. See `:help modeline`
|
||||||
-- vim: ts=2 sts=2 sw=2 et
|
-- vim: ts=2 sts=2 sw=2 et
|
||||||
|
|||||||
Reference in New Issue
Block a user