diff --git a/init.lua b/init.lua index c77ff26c..440bb36d 100644 --- a/init.lua +++ b/init.lua @@ -121,10 +121,10 @@ require('lazy').setup({ { -- Theme inspired by Atom - 'navarasu/onedark.nvim', + 'folke/tokyonight.nvim', priority = 1000, config = function() - vim.cmd.colorscheme 'onedark' + vim.cmd.colorscheme 'tokyonight-night' end, }, @@ -135,7 +135,7 @@ require('lazy').setup({ opts = { options = { icons_enabled = false, - theme = 'onedark', + theme = 'tokyonight', component_separators = '|', section_separators = '', },