1 files changed,
5 insertions(+),
5 deletions(-)
M
lua/plugin/telescope.lua
@@ -49,11 +49,11 @@ live_grep = { theme = "ivy", only_sort_text = true },
buffers = { theme = "ivy", previewer = false }, oldfiles = { theme = "ivy" }, keymaps = { theme = "ivy" }, - git_branches = { theme = "cursor" }, - git_commits = { theme = "cursor" }, - lsp_definitions = { theme = "cursor" }, - lsp_references = { theme = "cursor" }, - lsp_implementations = { theme = "cursor" }, + git_branches = { theme = "ivy" }, + git_commits = { theme = "ivy" }, + lsp_definitions = { theme = "ivy" }, + lsp_references = { theme = "ivy" }, + lsp_implementations = { theme = "ivy" }, lsp_code_actions = { theme = "cursor" }, lsp_document_symbols = { theme = "ivy" }, reloader = { theme = "cursor" },