update transparent support sonokai

This commit is contained in:
asep komarudin 2023-03-04 15:33:41 +07:00
parent a9d7cbc71f
commit 5d2a94b0db
3 changed files with 5 additions and 4 deletions

View file

@ -12,6 +12,7 @@ if data_exists then
if transparent_mode ~= nil then
if transparent_mode == 1 then
vim.g.gruvbox_baby_transparent_mode = 1
vim.g.sonokai_transparent_background = 2
end
end
end