This commit is contained in:
Zelong Kuang
2025-10-11 17:18:56 +11:00
parent 88d39a1595
commit 9b8a7b07a1
7 changed files with 343 additions and 35 deletions

View File

@@ -1,18 +1,4 @@
return {
-- Lazy
-- {
-- "maxmx03/solarized.nvim",
-- lazy = false,
-- priority = 1000,
-- ---@type solarized.config
-- opts = {},
-- config = function(_, opts)
-- vim.o.termguicolors = true
-- vim.o.background = "light"
-- require("solarized").setup(opts)
-- vim.cmd.colorscheme("solarized")
-- end,
-- },
-- {
-- "zenbones-theme/zenbones.nvim",
-- -- Optionally install Lush. Allows for more configuration or extending the colorscheme
@@ -35,7 +21,11 @@ return {
priority = 1000,
opts = {
flavour = "mocha",
-- transparent_background = true,
transparent_background = true,
float = {
transparent = true,
},
-- auto_integrations = true,
},
},
-- somewhere in your config: