change theme in soy nvim

This commit is contained in:
Grisha Shipunov 2025-06-15 21:54:19 +02:00
parent f7743dbf75
commit 7d96cbeace

View file

@ -65,22 +65,22 @@ return require('packer').startup(function(use)
use {
'sainnhe/everforest',
config = function()
vim.cmd([[
set termguicolors
let g:everforest_transparent_background = 2
colorscheme everforest
]])
end,
-- config = function()
-- vim.cmd([[
-- set termguicolors
-- let g:everforest_transparent_background = 2
-- colorscheme everforest
-- ]])
-- end,
}
use {
'casonadams/walh',
-- config = function()
-- vim.cmd([[
-- set notermguicolors
-- colorscheme walh-one
-- ]])
-- end,
config = function()
vim.cmd([[
set notermguicolors
colorscheme walh-one
]])
end,
}
use {