Changed disabled transparency

This commit is contained in:
Pablu23
2024-05-24 13:41:58 +02:00
parent 1cda3098b2
commit f0e62e14ee
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
"cmp_luasnip": { "branch": "master", "commit": "05a9ab28b53f71d1aece421ef32fee2cb857a843" },
"friendly-snippets": { "branch": "main", "commit": "dd2fd1281d4b22e7b4a5bfafa3e142d958e251f2" },
"harpoon": { "branch": "harpoon2", "commit": "0378a6c428a0bed6a2781d459d7943843f374bce" },
"lazy.nvim": { "branch": "main", "commit": "758bb5de98b805acc5eeed8cdc8ac7f0bc4b0b86" },
"lazy.nvim": { "branch": "main", "commit": "8f19915175395680808de529e4220da8dafc0759" },
"lualine.nvim": { "branch": "master", "commit": "0a5a66803c7407767b799067986b4dc3036e1983" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "9ae570e206360e47d30b4c35a4550c165f4ea7b7" },
"mason.nvim": { "branch": "main", "commit": "49ff59aded1047a773670651cfa40e76e63c6377" },

View File

@@ -4,9 +4,9 @@ return {
priority = 1000,
lazy = false,
config= function()
require("catppuccin").setup({
transparent_background = true,
})
-- require("catppuccin").setup({
-- transparent_background = true,
-- })
vim.cmd.colorscheme "catppuccin"
end