From 0f0fa237b3a3f2d35c882a01f7a0c45368b3fd3a Mon Sep 17 00:00:00 2001 From: mjhika <1zzt6ovh@mojica.anonaddy.com> Date: Thu, 24 Aug 2023 17:56:46 -0400 Subject: [PATCH] change theme --- init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.lua b/init.lua index 83a9edcf..c6cd569a 100644 --- a/init.lua +++ b/init.lua @@ -93,10 +93,10 @@ require('lazy').setup({ { -- Theme inspired by Atom - 'navarasu/onedark.nvim', + 'sainnhe/everforest', priority = 1000, config = function() - vim.cmd.colorscheme 'onedark' + vim.cmd.colorscheme 'everforest' end, }, @@ -106,8 +106,8 @@ require('lazy').setup({ -- See `:help lualine.txt` opts = { options = { - icons_enabled = false, - theme = 'onedark', + icons_enabled = true, + theme = 'everforest', component_separators = '|', section_separators = '', },