add transparency option to user config
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user