mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-02 21:44:29 +02:00
support config transparent bg
This commit is contained in:
parent
82eb5956d3
commit
ad84490084
3 changed files with 24 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue