replace colorscheme to no-clown-fiesta

This commit is contained in:
Roee Kleiner 2023-04-21 18:19:39 +03:00
parent 9924f7e0a0
commit da6a08668f
1 changed files with 14 additions and 6 deletions

View File

@ -112,12 +112,20 @@ require('lazy').setup({
},
},
{ -- Theme inspired by Atom
'navarasu/onedark.nvim',
priority = 1000,
-- { -- Theme inspired by Atom
-- 'navarasu/onedark.nvim',
-- priority = 1000,
-- config = function()
-- vim.cmd.colorscheme 'no-clown-fiesta'
-- end,
-- },
{
'aktersnurra/no-clown-fiesta.nvim',
priority = 10000,
config = function ()
vim.cmd.colorscheme 'onedark'
end,
vim.cmd.colorscheme 'no-clown-fiesta'
end
},
{ -- Set lualine as statusline