diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-12-19 21:57:33 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-12-19 21:57:33 +0100 |
commit | 30b7919a7472dfad5d9474a251cad2e57cf359bb (patch) | |
tree | e74bdae494401bdd3ba1d6bf559d26a1fdfcba44 /fnl/plugins/alpha.fnl | |
parent | 7cfec10601bd2f611651a86175240d2394a204ff (diff) |
Update theme to ivy for telescope
Diffstat (limited to 'fnl/plugins/alpha.fnl')
-rw-r--r-- | fnl/plugins/alpha.fnl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fnl/plugins/alpha.fnl b/fnl/plugins/alpha.fnl index 7d6ad3d..1062f24 100644 --- a/fnl/plugins/alpha.fnl +++ b/fnl/plugins/alpha.fnl @@ -27,20 +27,20 @@ (set dashboard.section.header.val ascii-art) (set dashboard.section.buttons.val [(dashboard.button :f (.. (. icons :search-files) " Find file") - ":Telescope find_files theme=dropdown<CR>") + ":Telescope find_files theme=ivy<CR>") (dashboard.button :g (.. (. icons :search-text) " Find text") - ":Telescope live_grep theme=dropdown<CR>") + ":Telescope live_grep theme=ivy<CR>") (dashboard.button :p (.. (. icons :search-project) " Find project") - ":Telescope projects theme=dropdown<CR>") + ":Telescope projects theme=ivy<CR>") (dashboard.button :r (.. (. icons :recent-files) " Recently used files") - ":Telescope oldfiles theme=dropdown<CR>") + ":Telescope oldfiles theme=ivy<CR>") (dashboard.button :t (.. (. icons :cog) " Configuration") ":e ~/.config/nvim/init.lua <CR>") (dashboard.button :o (.. (. icons :org) " Org") - ":Telescope find_files theme=dropdown cwd=~/.local/share/org<CR>")]) + ":Telescope find_files theme=ivy cwd=~/.local/share/org<CR>")]) (set dashboard.section.header.opts.hl :AlphaHeader) (set dashboard.section.buttons.opts.hl :AlphaButtons) (set dashboard.opts.opts.noautocmd true) |