feat(live-filter): add ability to live filter out nodes in the tree (#1056)
This commit is contained in:
@@ -52,6 +52,8 @@ local function get_hl_groups()
|
||||
GitNew = { fg = colors.yellow },
|
||||
|
||||
WindowPicker = { gui = "bold", fg = "#ededed", bg = "#4493c8" },
|
||||
LiveFilterPrefix = { gui = "bold", fg = colors.purple },
|
||||
LiveFilterValue = { gui = "bold", fg = "#fff" },
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user