add highlights for packer.nvim
This commit is contained in:
parent
f6ace73656
commit
9627b5e6b4
|
@ -141,6 +141,12 @@ fg("DashboardCenter", grey_fg)
|
|||
fg("DashboardShortcut", grey_fg)
|
||||
fg("DashboardFooter", grey_fg)
|
||||
|
||||
-- packer's floating window
|
||||
|
||||
bg("NormalFloat", black2)
|
||||
bg("FloatBorder", black2)
|
||||
fg("FloatBorder", black2)
|
||||
|
||||
-- set bg color for nvim ( so nvim wont use terminal bg)
|
||||
|
||||
-- NvChad themes bg colors
|
||||
|
|
Loading…
Reference in New Issue