fix: use built-in habamax colorscheme initially, auto-dark-mode switches after
This commit is contained in:
parent
abb911f660
commit
e311babb3b
1 changed files with 2 additions and 2 deletions
4
init.lua
4
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue