replace dashboard with alpha.nvim (#816)

This commit is contained in:
siduck 2022-02-20 11:44:43 +05:30
parent c1e372e2cd
commit ceaf02e0bf
7 changed files with 95 additions and 66 deletions

View file

@ -12,6 +12,7 @@ local folder_bg = colors.folder_bg
local green = colors.green
local grey = colors.grey
local grey_fg = colors.grey_fg
local light_grey = colors.light_grey
local line = colors.line
local nord_blue = colors.nord_blue
local one_bg = colors.one_bg
@ -77,10 +78,8 @@ end
-- [[ Plugin Highlights
-- Dashboard
fg("DashboardCenter", grey_fg)
fg("DashboardFooter", grey_fg)
fg("DashboardHeader", grey_fg)
fg("DashboardShortcut", grey_fg)
fg("AlphaHeader", grey_fg)
fg("AlphaButtons", light_grey)
-- Git signs
fg_bg("DiffAdd", blue, "NONE")