mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-10 01:14:30 +02:00
new config trasnparent mode
This commit is contained in:
parent
1a7a0a9ba0
commit
1bb9a4cfa2
5 changed files with 33 additions and 6 deletions
|
@ -8,6 +8,12 @@ if data_exists then
|
|||
else
|
||||
colorscheme = "gruvbox-baby"
|
||||
end
|
||||
local transparent_mode = custom_ui.transparent_mode
|
||||
if transparent_mode ~= nil then
|
||||
if transparent_mode == 1 then
|
||||
vim.g.gruvbox_baby_transparent_mode = 1
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue