mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-26 18:58:51 +02:00
fix: transparant background
This commit is contained in:
parent
38df56571a
commit
97dda35744
12 changed files with 37 additions and 370 deletions
|
@ -17,6 +17,7 @@ end
|
|||
config = {
|
||||
colorscheme = opt("colorscheme", "gruvbox-baby"),
|
||||
transparent_mode = opt("transparent_mode", 0),
|
||||
clear_lualine = opt("clear_lualine", 0),
|
||||
progress = opt("progress", 2),
|
||||
lualine_style = opt("lualine_style", 0),
|
||||
status_icon = opt("status_icon", 0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue