support custom transparent background

This commit is contained in:
asep komarudin 2023-03-04 16:26:54 +07:00
parent 5d2a94b0db
commit 82eb5956d3
4 changed files with 38 additions and 5 deletions

View file

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