From e75fbed32243a8dd9301f672b8662e1549ecabff Mon Sep 17 00:00:00 2001 From: siduck76 Date: Thu, 19 Aug 2021 14:39:27 +0530 Subject: [PATCH] disable transparency by default --- lua/chadrc.lua | 2 +- lua/default_config.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/chadrc.lua b/lua/chadrc.lua index 3e6d52b..fff9bdd 100644 --- a/lua/chadrc.lua +++ b/lua/chadrc.lua @@ -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 diff --git a/lua/default_config.lua b/lua/default_config.lua index 7f87246..ecf14e7 100644 --- a/lua/default_config.lua +++ b/lua/default_config.lua @@ -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