disable transparency by default
This commit is contained in:
parent
f10fb47637
commit
e75fbed322
|
@ -14,7 +14,7 @@ M.ui = {
|
|||
|
||||
-- Enable this only if your terminal has the colorscheme set which nvchad uses
|
||||
-- For Ex : if you have onedark set in nvchad , set onedark's bg color on your terminal
|
||||
transparency = true,
|
||||
transparency = false,
|
||||
|
||||
hidden_statusline = {
|
||||
-- these are filetypes, not pattern matched
|
||||
|
|
|
@ -14,7 +14,7 @@ M.ui = {
|
|||
|
||||
-- Enable this only if your terminal has the colorscheme set which nvchad uses
|
||||
-- For Ex : if you have onedark set in nvchad , set onedark's bg color on your terminal
|
||||
transparency = true,
|
||||
transparency = false,
|
||||
|
||||
hidden_statusline = {
|
||||
-- these are filetypes, not pattern matched
|
||||
|
|
Loading…
Reference in New Issue