nvim: color scheme nightfox
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user