From df0e24faa0ac76533380b45a513dff5dba242ac7 Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Mon, 19 Jan 2026 13:50:46 +0100 Subject: [PATCH] chore: change colorscheme --- lua/custom/plugins/colorscheme.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lua/custom/plugins/colorscheme.lua b/lua/custom/plugins/colorscheme.lua index 0623e3a..987ea45 100644 --- a/lua/custom/plugins/colorscheme.lua +++ b/lua/custom/plugins/colorscheme.lua @@ -21,8 +21,8 @@ return { lazy = false, priority = 1000, init = function() - vim.o.background = "dark" - vim.cmd("colorscheme github_dark") + -- vim.o.background = "dark" + -- vim.cmd("colorscheme github_dark") end }, { @@ -40,7 +40,8 @@ return { lazy = false, priority = 1000, init = function() - -- vim.cmd("colorscheme carbonfox") + vim.o.background = "dark" + vim.cmd("colorscheme duskfox") end }, {