add transparency option to user config

This commit is contained in:
siduck76
2021-08-19 14:36:49 +05:30
parent 880d4dc312
commit f10fb47637
4 changed files with 29 additions and 10 deletions

View File

@@ -4,12 +4,18 @@ local M = {}
M.ui = {
theme = "onedark",
-- for theme toggle
-- theme toggle
theme_toggler = false,
fav_themes = {
"onedark",
"gruvchad",
},
theme_toggler = false,
-- 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,
hidden_statusline = {
-- these are filetypes, not pattern matched
"NvimTree",