style: change colorscheme

This commit is contained in:
Simon Lasbrugnas 2025-02-27 14:57:26 +01:00
parent a743400c52
commit e4bf9d8318
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -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
},
{