add transparency to kanagawa colorscheme

This commit is contained in:
psychhim
2024-03-13 23:54:35 +05:30
parent 5b9f578a51
commit 1c781d80f6

View File

@@ -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