Move from custom transparency module to stylix
This commit is contained in:
parent
38a7932c2c
commit
e250b595e3
16 changed files with 295 additions and 255 deletions
home/features/neovim/config/lua/my/plugins/themes
|
@ -12,7 +12,7 @@ function M.config()
|
|||
local bluloco = require("bluloco")
|
||||
|
||||
bluloco.setup({
|
||||
transparent = T.transparency.enable,
|
||||
transparent = T.opacity.terminal < 1.0,
|
||||
style = H.variant("Bluloco"),
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue