nvim: color scheme nightfox

This commit is contained in:
2025-05-13 22:57:21 +02:00
parent d122f56ab6
commit 63860cd661
2 changed files with 9 additions and 6 deletions

View File

@@ -12,6 +12,13 @@ return {
{
"savq/melange-nvim",
},
{
'EdenEast/nightfox.nvim',
config = function()
require('lupan.utils').set_color_schemes('nightfox', 'dayfox')
require('lupan.utils').update_color_scheme()
end,
},
{
'ronisbr/nano-theme.nvim',
config = function()
@@ -25,10 +32,7 @@ return {
end
return t
end
require('lupan.utils').set_color_schemes('nano-theme', 'nano-theme')
require('lupan.utils').update_color_scheme()
end
end,
},
{
-- Indentation guides (see `:help indent_blankline.txt`)
@@ -36,7 +40,6 @@ return {
main = "ibl",
opts = {},
},
{
--- Create Color Code
'uga-rosa/ccc.nvim',