From 30b7919a7472dfad5d9474a251cad2e57cf359bb Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 19 Dec 2024 21:57:33 +0100 Subject: Update theme to ivy for telescope --- fnl/plugins/alpha.fnl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'fnl/plugins/alpha.fnl') 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") + ":Telescope find_files theme=ivy") (dashboard.button :g (.. (. icons :search-text) " Find text") - ":Telescope live_grep theme=dropdown") + ":Telescope live_grep theme=ivy") (dashboard.button :p (.. (. icons :search-project) " Find project") - ":Telescope projects theme=dropdown") + ":Telescope projects theme=ivy") (dashboard.button :r (.. (. icons :recent-files) " Recently used files") - ":Telescope oldfiles theme=dropdown") + ":Telescope oldfiles theme=ivy") (dashboard.button :t (.. (. icons :cog) " Configuration") ":e ~/.config/nvim/init.lua ") (dashboard.button :o (.. (. icons :org) " Org") - ":Telescope find_files theme=dropdown cwd=~/.local/share/org")]) + ":Telescope find_files theme=ivy cwd=~/.local/share/org")]) (set dashboard.section.header.opts.hl :AlphaHeader) (set dashboard.section.buttons.opts.hl :AlphaButtons) (set dashboard.opts.opts.noautocmd true) -- cgit v1.2.3-70-g09d2