style: change colorscheme
This commit is contained in:
parent
a743400c52
commit
e4bf9d8318
1 changed files with 14 additions and 3 deletions
|
|
@ -1,4 +1,15 @@
|
|||
return {
|
||||
{
|
||||
"zenbones-theme/zenbones.nvim",
|
||||
dependencies = "rktjmp/lush.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
-- you can set set configuration options here
|
||||
config = function()
|
||||
-- vim.g.zenbones_darken_comments = 45
|
||||
vim.cmd.colorscheme('zenwritten')
|
||||
end
|
||||
},
|
||||
{
|
||||
"mellow-theme/mellow.nvim",
|
||||
lazy = false,
|
||||
|
|
@ -11,9 +22,9 @@ return {
|
|||
"kvrohit/rasmus.nvim",
|
||||
priority = 1000,
|
||||
init = function()
|
||||
vim.g.rasmus_transparent = true
|
||||
vim.g.rasmus_italic_comments = false
|
||||
vim.cmd("colorscheme rasmus")
|
||||
-- vim.g.rasmus_transparent = true
|
||||
-- vim.g.rasmus_italic_comments = false
|
||||
-- vim.cmd("colorscheme rasmus")
|
||||
end
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue