Add background colors in case of different terminal colors
This commit is contained in:
parent
f3f3e51d0f
commit
6881fdfefb
@ -142,4 +142,10 @@ fg("DashboardShortcut", grey_fg)
|
|||||||
fg("DashboardFooter", grey_fg)
|
fg("DashboardFooter", grey_fg)
|
||||||
|
|
||||||
-- Default nvim bg (based on terminal bg)
|
-- Default nvim bg (based on terminal bg)
|
||||||
|
|
||||||
|
-- Onedark background
|
||||||
-- cmd "hi Normal guibg=#1e222a"
|
-- cmd "hi Normal guibg=#1e222a"
|
||||||
|
-- Gruvbox background
|
||||||
|
-- cmd "hi Normal guibg=#282828"
|
||||||
|
-- Tomorrow-ight background
|
||||||
|
-- cmd "hi Normal guibg=#1d1f21"
|
||||||
|
Loading…
Reference in New Issue
Block a user