Use nightfox theme

This commit is contained in:
Albert Yu 2025-04-10 16:56:53 -05:00
parent cad3b91e61
commit 9229ef3cf4
1 changed files with 8 additions and 1 deletions

View File

@ -914,7 +914,14 @@ require('lazy').setup({
-- Load the colorscheme here. -- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load -- Like many other themes, this one has different styles, and you could load
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'. -- 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, end,
}, },