From 21f36b3abe880640f6e053ed95e22fe4a372b5af Mon Sep 17 00:00:00 2001 From: Taken Date: Mon, 16 Oct 2023 21:33:22 +0200 Subject: [PATCH] Added theme switcher to alpha Signed-off-by: Taken --- lua/taken/plugins/alpha.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/taken/plugins/alpha.lua b/lua/taken/plugins/alpha.lua index 5b716f5..6e9c59b 100644 --- a/lua/taken/plugins/alpha.lua +++ b/lua/taken/plugins/alpha.lua @@ -16,6 +16,7 @@ return { dashboard.section.buttons.val = { dashboard.button("f", " " .. "Find files", ":Telescope find_files "), dashboard.button("p", " " .. "Select project", ":Telescope neovim-project history "), + dashboard.button("t", " " .. "Change theme", ":ThemeSwitcher "), dashboard.button("n", " " .. "Neorg", ":Neorg workspace main "), dashboard.button("l", "󰚰 " .. "Lazy sync", ":Lazy sync "), }