change theme

This commit is contained in:
mjhika 2023-08-24 17:56:46 -04:00
parent 0b2b0e76d2
commit 0f0fa237b3
1 changed files with 4 additions and 4 deletions

View File

@ -93,10 +93,10 @@ require('lazy').setup({
{ {
-- Theme inspired by Atom -- Theme inspired by Atom
'navarasu/onedark.nvim', 'sainnhe/everforest',
priority = 1000, priority = 1000,
config = function() config = function()
vim.cmd.colorscheme 'onedark' vim.cmd.colorscheme 'everforest'
end, end,
}, },
@ -106,8 +106,8 @@ require('lazy').setup({
-- See `:help lualine.txt` -- See `:help lualine.txt`
opts = { opts = {
options = { options = {
icons_enabled = false, icons_enabled = true,
theme = 'onedark', theme = 'everforest',
component_separators = '|', component_separators = '|',
section_separators = '', section_separators = '',
}, },