color setup

This commit is contained in:
2026-03-09 23:27:10 +01:00
parent ce9b481735
commit fa7c381d2e
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ return {
{
"EdenEast/nightfox.nvim",
config = function()
vim.cmd.colorscheme "Dawnfox"
vim.cmd.colorscheme "dawnfox"
-- enable_transparency()
end
},