From 3d72da3f7290cca96171b61f7b12e236939317db Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Mon, 4 Aug 2025 02:40:08 +0200 Subject: [PATCH] chore: update colorscheme --- lua/custom/plugins/colorscheme.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lua/custom/plugins/colorscheme.lua b/lua/custom/plugins/colorscheme.lua index 477f5c8..634a864 100644 --- a/lua/custom/plugins/colorscheme.lua +++ b/lua/custom/plugins/colorscheme.lua @@ -79,7 +79,7 @@ return { lazy = false, priority = 1000, init = function() - vim.cmd("colorscheme carbonfox") + -- vim.cmd("colorscheme carbonfox") end }, { @@ -95,9 +95,8 @@ return { lazy = false, priority = 1000, init = function() - -- vim.o.background = "light" - -- vim.cmd("colorscheme oldbook") + vim.o.background = "light" + vim.cmd("colorscheme oldbook") end } - }