Add zenbones

This commit is contained in:
Ryan Cavicchioni 2024-10-08 17:45:31 -05:00
parent 02852a7307
commit 64225eb276
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -0,0 +1,14 @@
return {
"zenbones-theme/zenbones.nvim",
-- Optionally install Lush. Allows for more configuration or extending the colorscheme
-- If you don't want to install lush, make sure to set g:zenbones_compat = 1
-- In Vim, compat mode is turned on as Lush only works in Neovim.
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('zenbones')
-- end
}