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

@ -57,9 +57,9 @@ m.section_separators = { left = "", right = " " }
-- nord
-- catppuccin
-- dracula
m.colorscheme = "gruvbox-baby"
m.colorscheme = "sonokai"
-- custom transparent mode
-- support gruvbox-baby dan tokyonight
-- support gruvbox-baby, tokyonight, sonokai
-- 0 =off 1= on
m.transparent_mode = 0
m.transparent_mode = 1
return m

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