Adding Nightfox theme

Signed-off-by: Oséias K. Rocha <orocha@ael.com.br>
This commit is contained in:
Oséias K. Rocha 2024-07-08 13:22:54 -03:00
parent 6cf6478f84
commit 17e35a2bd6
1 changed files with 4 additions and 0 deletions

View File

@ -805,6 +805,10 @@ require('lazy').setup({
-- change the command in the config to whatever the name of that colorscheme is.
--
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
'EdenEast/nightfox.nvim',
-- init = function()
-- vim.cmd 'colorscheme carbonfox'
-- end,
'catppuccin/nvim',
flavor = 'mocha',
priority = 1000, -- Make sure to load this before all the other start plugins.