support config transparent bg

This commit is contained in:
asep komarudin 2023-03-04 18:36:14 +07:00
parent 82eb5956d3
commit ad84490084
3 changed files with 24 additions and 4 deletions

View file

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