From 605c9e0458543f8a553ded709f5816f61c196845 Mon Sep 17 00:00:00 2001 From: Akianonymus Date: Tue, 13 Jul 2021 14:16:27 +0530 Subject: [PATCH] highlights.lua: set neovim bg colour --- lua/highlights.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lua/highlights.lua b/lua/highlights.lua index 434552d..4fbd289 100644 --- a/lua/highlights.lua +++ b/lua/highlights.lua @@ -149,9 +149,4 @@ fg("FloatBorder", black2) -- set bg color for nvim ( so nvim wont use terminal bg) --- NvChad themes bg colors --- Onedark #1e222a --- Gruvbox #222526 --- tomorrow night #1d1f21 - --- bg("Normal", "#1e222a") -- change the hex color here. +bg("Normal", black)