style: formatting
This commit is contained in:
@@ -316,7 +316,10 @@ function M.setup()
|
||||
|
||||
-- NvimTree
|
||||
NvimTreeNormal = { fg = c.fg_sidebar, bg = c.bg_sidebar },
|
||||
NvimTreeWinSeparator = { fg = options.styles.sidebars == "transparent" and c.border or c.bg_sidebar, bg = c.bg_sidebar },
|
||||
NvimTreeWinSeparator = {
|
||||
fg = options.styles.sidebars == "transparent" and c.border or c.bg_sidebar,
|
||||
bg = c.bg_sidebar,
|
||||
},
|
||||
NvimTreeNormalNC = { fg = c.fg_sidebar, bg = c.bg_sidebar },
|
||||
NvimTreeRootFolder = { fg = c.blue, bold = true },
|
||||
NvimTreeGitDirty = { fg = c.git.change },
|
||||
|
||||
Reference in New Issue
Block a user