diff --git a/init.lua b/init.lua index e6aca701..3a667466 100644 --- a/init.lua +++ b/init.lua @@ -914,7 +914,14 @@ require('lazy').setup({ -- Load the colorscheme here. -- Like many other themes, this one has different styles, and you could load -- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'. - vim.cmd.colorscheme 'tokyonight-night' + -- vim.cmd.colorscheme 'tokyonight-storm' + end, + }, + { + 'EdenEast/nightfox.nvim', + priority = 1000, + config = function() + vim.cmd.colorscheme 'nightfox' end, },