change theme in soy nvim
This commit is contained in:
parent
f7743dbf75
commit
7d96cbeace
1 changed files with 13 additions and 13 deletions
|
@ -65,22 +65,22 @@ return require('packer').startup(function(use)
|
||||||
|
|
||||||
use {
|
use {
|
||||||
'sainnhe/everforest',
|
'sainnhe/everforest',
|
||||||
config = function()
|
-- config = function()
|
||||||
vim.cmd([[
|
-- vim.cmd([[
|
||||||
set termguicolors
|
-- set termguicolors
|
||||||
let g:everforest_transparent_background = 2
|
-- let g:everforest_transparent_background = 2
|
||||||
colorscheme everforest
|
-- colorscheme everforest
|
||||||
]])
|
-- ]])
|
||||||
end,
|
-- end,
|
||||||
}
|
}
|
||||||
use {
|
use {
|
||||||
'casonadams/walh',
|
'casonadams/walh',
|
||||||
-- config = function()
|
config = function()
|
||||||
-- vim.cmd([[
|
vim.cmd([[
|
||||||
-- set notermguicolors
|
set notermguicolors
|
||||||
-- colorscheme walh-one
|
colorscheme walh-one
|
||||||
-- ]])
|
]])
|
||||||
-- end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
use {
|
use {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue