add tree file view, and modify scrollbar
This commit is contained in:
parent
2da3e86425
commit
7c5d3eff78
7 changed files with 58 additions and 12 deletions
|
|
@ -208,3 +208,11 @@ a.nvim_set_hl(0, "TelescopeResultsTitle", { bg = colors.black4,
|
|||
a.nvim_set_hl(0, "TelescopeSelection", { bg = colors.black2 })
|
||||
a.nvim_set_hl(0, "TelescopeSelectionCaret", { bg = colors.black2,
|
||||
fg = colors.orange, bold = true })
|
||||
|
||||
-- sfm (tree view stuff)
|
||||
a.nvim_set_hl(0, "SFMGitStaged", { fg = colors.green })
|
||||
a.nvim_set_hl(0, "SFMGitUnstaged", { fg = colors.green })
|
||||
a.nvim_set_hl(0, "SFMGitRenamed", { fg = colors.purple })
|
||||
a.nvim_set_hl(0, "SFMGitNew", { fg = colors.orange })
|
||||
a.nvim_set_hl(0, "SFMGitDeleted", { fg = colors.red })
|
||||
a.nvim_set_hl(0, "SFMGitIgnored", { fg = colors.grey })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue