From 69ec44c865cf5062f9fefc44fe7e705f69af4741 Mon Sep 17 00:00:00 2001 From: calcu1on Date: Mon, 4 Aug 2025 07:16:56 -0400 Subject: [PATCH] Removing cll to sistine theme. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index c6c0c36..005972e 100644 --- a/init.lua +++ b/init.lua @@ -18,7 +18,7 @@ vim.opt.rtp:prepend(lazypath) -- SET NEOVIM THEME -- vim.o.termguicolors = true -- vim.cmd "let g:everforest_background = 'hard'" -vim.cmd.colorscheme('sistine') +-- vim.cmd.colorscheme('sistine') vim.o.background = "dark" -- Load Plugins