[nvim] Set the GUI colorscheme to lunaperche

This commit is contained in:
Eryn Wells 2025-04-18 09:54:16 -07:00
parent 891aacb9ed
commit a87f399939

View file

@ -11,7 +11,7 @@ local function _init_neovide()
vim.o.guifont = "InputMonoCondensed:h16"
vim.cmd [[ colorscheme dracula ]]
vim.cmd [[ colorscheme lunaperche ]]
end
function init_gui()