Add background colors in case of different terminal colors

This commit is contained in:
alternateved 2021-07-04 16:29:16 +02:00
parent f3f3e51d0f
commit 6881fdfefb
1 changed files with 6 additions and 0 deletions

View File

@ -142,4 +142,10 @@ fg("DashboardShortcut", grey_fg)
fg("DashboardFooter", grey_fg)
-- Default nvim bg (based on terminal bg)
-- Onedark background
-- cmd "hi Normal guibg=#1e222a"
-- Gruvbox background
-- cmd "hi Normal guibg=#282828"
-- Tomorrow-ight background
-- cmd "hi Normal guibg=#1d1f21"