Just kidding, here's another color scheme

This commit is contained in:
2026-01-10 20:07:28 -05:00
parent 978d702ee6
commit 5bdacac3b1
2 changed files with 20 additions and 8 deletions

View File

@@ -1,9 +1,20 @@
return { return { "catppuccin/nvim", name = "catppuccin", priority = 1000,
"folke/tokyonight.nvim",
lazy = false, config = function()
priority = 1000, require("catppuccin").setup({
opts = {}, flavour = "mocha",
config = function() background = {
vim.cmd[[colorscheme tokyonight-storm]] light = "latte",
end dark = "mocha",
},
transparent_background = false, -- disables setting the background color.
float = {
transparent = true, -- enable transparent floating windows
},
auto_integrations = true,
})
-- setup must be called before loading
vim.cmd.colorscheme "catppuccin"
end
} }

View File

@@ -0,0 +1 @@
return {"HiPhish/rainbow-delimiters.nvim"}