mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
support custom transparent background
This commit is contained in:
parent
5d2a94b0db
commit
82eb5956d3
4 changed files with 38 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue