Skip to content

Commit 466c5fb

Browse files
committed
feat(colorscheme): add commented configuration options for kanagawa
Adds commented-out configuration template for kanagawa colorscheme including transparency and style options for future customization. Signed-off-by: Marcelo Borges <[email protected]>
1 parent a2f7fd2 commit 466c5fb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lua/plugins/colorscheme.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ return {
22
{
33
"rebelot/kanagawa.nvim",
44
lazy = true,
5+
-- opts = {
6+
-- -- transparent = true,
7+
-- styles = {
8+
-- -- sidebars = "transparent",
9+
-- -- floats = "transparent",
10+
-- },
11+
-- },
512
},
613
{
714
"neanias/everforest-nvim",

0 commit comments

Comments
 (0)