From e311babb3bedd52b4155fb3841485a1eb3fd2708 Mon Sep 17 00:00:00 2001 From: Jeremie Fraeys Date: Sun, 8 Feb 2026 15:55:48 -0500 Subject: [PATCH] fix: use built-in habamax colorscheme initially, auto-dark-mode switches after --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index cb8b546..7f1750e 100755 --- a/init.lua +++ b/init.lua @@ -4,8 +4,8 @@ vim.g.loaded_netrwPlugin = 1 vim.g.loaded_netrwSettings = 1 vim.g.loaded_netrwFileHandlers = 1 --- Set colorscheme early to prevent startup flash -vim.cmd('colorscheme monokai_soda') +-- Set colorscheme early to prevent startup flash (auto-dark-mode will switch this) +vim.cmd('colorscheme habamax') -- Install package manager -- https://github.com/folke/lazy.nvim