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
'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 = '',
},