Skip to content

Commit bf9eff8

Browse files
committed
feat: back to the old stuff
1 parent 151c77b commit bf9eff8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

lua/colorscheme.lua

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ kanagawa.setup({
88
commentStyle = { italic = false },
99
keywordStyle = { italic = false },
1010
variablebuiltinStyle = { italic = false },
11-
-- transparent = true,
11+
transparent = true,
1212
})
1313

14-
-- vim.cmd("colorscheme kanagawa")
14+
vim.cmd("colorscheme kanagawa")
1515

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({})
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({})

0 commit comments

Comments
 (0)