Update highlights.lua

This commit is contained in:
siduck76 2021-06-16 18:00:23 +05:30 committed by GitHub
parent fe0fc44f77
commit a80de385f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -135,3 +135,6 @@ fg("DashboardHeader", grey_fg)
fg("DashboardCenter", grey_fg) fg("DashboardCenter", grey_fg)
fg("DashboardShortcut", grey_fg) fg("DashboardShortcut", grey_fg)
fg("DashboardFooter", black) fg("DashboardFooter", black)
-- Default nvim bg
-- vim.cmd("hi Normal guibg=#1e222a")