replace colorscheme to no-clown-fiesta
This commit is contained in:
parent
9924f7e0a0
commit
da6a08668f
20
init.lua
20
init.lua
|
@ -112,12 +112,20 @@ require('lazy').setup({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
{ -- Theme inspired by Atom
|
-- { -- Theme inspired by Atom
|
||||||
'navarasu/onedark.nvim',
|
-- 'navarasu/onedark.nvim',
|
||||||
priority = 1000,
|
-- priority = 1000,
|
||||||
config = function()
|
-- config = function()
|
||||||
vim.cmd.colorscheme 'onedark'
|
-- vim.cmd.colorscheme 'no-clown-fiesta'
|
||||||
end,
|
-- end,
|
||||||
|
-- },
|
||||||
|
{
|
||||||
|
'aktersnurra/no-clown-fiesta.nvim',
|
||||||
|
priority = 10000,
|
||||||
|
config = function ()
|
||||||
|
vim.cmd.colorscheme 'no-clown-fiesta'
|
||||||
|
end
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
{ -- Set lualine as statusline
|
{ -- Set lualine as statusline
|
||||||
|
|
Loading…
Reference in New Issue