feat: set transparent bg for all themes

This commit is contained in:
Abhishek Keshri
2024-06-10 18:13:39 +05:30
parent e8548954ac
commit 7d300ad6f6
7 changed files with 7 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ return {
opts = {
transparent_background = true,
},
config = require('plugins.commons').set_transparent_bg()
},
{
"LazyVim/LazyVim",

View File

@@ -6,5 +6,6 @@ return {
colorscheme = "everforest",
background = "soft",
},
config = require('plugins.commons').set_transparent_bg()
},
}

View File

@@ -5,5 +5,6 @@ return {
opts = {
colorscheme = "gruvbox",
},
config = require('plugins.commons').set_transparent_bg()
},
}

View File

@@ -5,5 +5,6 @@ return {
opts = {
colorscheme = "kanagawa",
},
config = require('plugins.commons').set_transparent_bg()
},
}

View File

@@ -5,5 +5,6 @@ return {
opts = {
colorscheme = "nord",
},
config = require('plugins.commons').set_transparent_bg()
},
}

View File

@@ -5,5 +5,6 @@ return {
opts = {
colorscheme = "rose-pine-dawn",
},
config = require('plugins.commons').set_transparent_bg()
},
}

View File

@@ -13,6 +13,7 @@ return {
sidebars = "transparent",
floats = "transparent",
},
config = require('plugins.commons').set_transparent_bg()
},
},
}