highlights.lua: set neovim bg colour

This commit is contained in:
Akianonymus 2021-07-13 14:16:27 +05:30
parent c38c4ec0cf
commit 605c9e0458
1 changed files with 1 additions and 6 deletions

View File

@ -149,9 +149,4 @@ fg("FloatBorder", black2)
-- set bg color for nvim ( so nvim wont use terminal bg) -- set bg color for nvim ( so nvim wont use terminal bg)
-- NvChad themes bg colors bg("Normal", black)
-- Onedark #1e222a
-- Gruvbox #222526
-- tomorrow night #1d1f21
-- bg("Normal", "#1e222a") -- change the hex color here.