mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-31 18:04:23 +01:00
feat: set transparent bg for all themes
This commit is contained in:
@@ -4,6 +4,7 @@ return {
|
||||
opts = {
|
||||
transparent_background = true,
|
||||
},
|
||||
config = require('plugins.commons').set_transparent_bg()
|
||||
},
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
|
||||
@@ -6,5 +6,6 @@ return {
|
||||
colorscheme = "everforest",
|
||||
background = "soft",
|
||||
},
|
||||
config = require('plugins.commons').set_transparent_bg()
|
||||
},
|
||||
}
|
||||
|
||||
@@ -5,5 +5,6 @@ return {
|
||||
opts = {
|
||||
colorscheme = "gruvbox",
|
||||
},
|
||||
config = require('plugins.commons').set_transparent_bg()
|
||||
},
|
||||
}
|
||||
|
||||
@@ -5,5 +5,6 @@ return {
|
||||
opts = {
|
||||
colorscheme = "kanagawa",
|
||||
},
|
||||
config = require('plugins.commons').set_transparent_bg()
|
||||
},
|
||||
}
|
||||
|
||||
@@ -5,5 +5,6 @@ return {
|
||||
opts = {
|
||||
colorscheme = "nord",
|
||||
},
|
||||
config = require('plugins.commons').set_transparent_bg()
|
||||
},
|
||||
}
|
||||
|
||||
@@ -5,5 +5,6 @@ return {
|
||||
opts = {
|
||||
colorscheme = "rose-pine-dawn",
|
||||
},
|
||||
config = require('plugins.commons').set_transparent_bg()
|
||||
},
|
||||
}
|
||||
|
||||
@@ -13,6 +13,7 @@ return {
|
||||
sidebars = "transparent",
|
||||
floats = "transparent",
|
||||
},
|
||||
config = require('plugins.commons').set_transparent_bg()
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user