add dashboard footer & disable statusline in dashboard

This commit is contained in:
siduck76
2021-06-19 12:50:35 +05:30
parent 36474baab2
commit 18ff27d6b1
3 changed files with 9 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ fg_bg("BufferLineCLoseButtonSelected", red, black)
fg("DashboardHeader", grey_fg)
fg("DashboardCenter", grey_fg)
fg("DashboardShortcut", grey_fg)
fg("DashboardFooter", black)
fg("DashboardFooter", grey_fg)
-- Default nvim bg
-- cmd "hi Normal guibg=#1e222a"