mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 09:18:44 +02:00
update transparent support sonokai
This commit is contained in:
parent
a9d7cbc71f
commit
5d2a94b0db
3 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue