diff --git a/lua/plugins/alpha.lua b/lua/plugins/alpha.lua index 4236751..f93432d 100644 --- a/lua/plugins/alpha.lua +++ b/lua/plugins/alpha.lua @@ -30,12 +30,13 @@ return { } dashboard.section.header.opts.hl = "alphaheader" dashboard.section.buttons.val = { - dashboard.button( "e", " new file" , ":ene startinsert "), dashboard.button("f", " search file in cwd", ":FzfLua files"), - dashboard.button("-", " explore cwd", ":Oil --float"), - dashboard.button("l", " Lazy settings", ":Lazy"), dashboard.button("g", " GIT", ":LazyGit"), - dashboard.button( "q", "󰅚 quit nvim" , ":qa"), + dashboard.button("-", " explore cwd", ":Oil --float"), + dashboard.button("e", " new file", ":ene startinsert "), + dashboard.button("t", " change theme", ":FzfLua colorschemes"), + dashboard.button("l", " Lazy settings", ":Lazy"), + dashboard.button("q", "󰅚 quit nvim", ":qa"), } local handle = io.popen('fortune') local fortune = handle:read("*a")