Added transparents and removed which-key
This commit is contained in:
@@ -2,12 +2,12 @@ return { "catppuccin/nvim", name = "catppuccin", priority = 1000,
|
||||
|
||||
config = function()
|
||||
require("catppuccin").setup({
|
||||
flavour = "mocha",
|
||||
flavour = "mocha",
|
||||
transparent_background = true,
|
||||
background = {
|
||||
light = "latte",
|
||||
dark = "mocha",
|
||||
},
|
||||
transparent_background = false, -- disables setting the background color.
|
||||
float = {
|
||||
transparent = true, -- enable transparent floating windows
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user