Update highlights.lua
This commit is contained in:
parent
d7729017c1
commit
02b4194e1e
|
@ -141,9 +141,11 @@ fg("DashboardCenter", grey_fg)
|
||||||
fg("DashboardShortcut", grey_fg)
|
fg("DashboardShortcut", grey_fg)
|
||||||
fg("DashboardFooter", grey_fg)
|
fg("DashboardFooter", grey_fg)
|
||||||
|
|
||||||
-- Default nvim bg (based on terminal bg)
|
-- set bg color for nvim ( so nvim wont use terminal bg)
|
||||||
|
|
||||||
-- Onedark background
|
-- NvChad themes bg colors
|
||||||
-- cmd "hi Normal guibg=#1e222a"
|
-- Onedark #1e222a
|
||||||
-- Gruvbox background
|
-- Gruvbox #222526
|
||||||
-- cmd "hi Normal guibg=#222526"
|
-- tomorrow night #1d1f21
|
||||||
|
|
||||||
|
-- bg("Normal", "#1e222a") -- change the hex color here.
|
||||||
|
|
Loading…
Reference in New Issue