Just kidding, here's another color scheme
This commit is contained in:
@@ -1,9 +1,20 @@
|
||||
return {
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {},
|
||||
return { "catppuccin/nvim", name = "catppuccin", priority = 1000,
|
||||
|
||||
config = function()
|
||||
vim.cmd[[colorscheme tokyonight-storm]]
|
||||
require("catppuccin").setup({
|
||||
flavour = "mocha",
|
||||
background = {
|
||||
light = "latte",
|
||||
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
|
||||
}
|
||||
|
||||
1
lua/plugins/rainbow-delimiters.lua
Normal file
1
lua/plugins/rainbow-delimiters.lua
Normal file
@@ -0,0 +1 @@
|
||||
return {"HiPhish/rainbow-delimiters.nvim"}
|
||||
Reference in New Issue
Block a user