Update
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user