We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 151c77b commit bf9eff8Copy full SHA for bf9eff8
lua/colorscheme.lua
@@ -8,15 +8,15 @@ kanagawa.setup({
8
commentStyle = { italic = false },
9
keywordStyle = { italic = false },
10
variablebuiltinStyle = { italic = false },
11
- -- transparent = true,
+ transparent = true,
12
})
13
14
--- vim.cmd("colorscheme kanagawa")
+vim.cmd("colorscheme kanagawa")
15
16
-local no_clown_present, no_clown_fiesta = pcall(require, "no-clown-fiesta")
17
-
18
-if not no_clown_present then
19
- return
20
-end
21
22
-no_clown_fiesta.setup({})
+-- local no_clown_present, no_clown_fiesta = pcall(require, "no-clown-fiesta")
+--
+-- if not no_clown_present then
+-- return
+-- end
+-- no_clown_fiesta.setup({})
0 commit comments