From c9f7ac1063b70fbfe08490f10d4a52624b437681 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Sat, 10 Sep 2022 15:36:10 +0530 Subject: [PATCH] eh --- lua/colors/integrations/nvim.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/colors/integrations/nvim.lua b/lua/colors/integrations/nvim.lua index a5016ff..1561d18 100644 --- a/lua/colors/integrations/nvim.lua +++ b/lua/colors/integrations/nvim.lua @@ -22,7 +22,7 @@ return { Comment = { fg = bright_black }, SignColumn = { - bg = '#000000', + bg = black, }, -- line number @@ -30,7 +30,7 @@ return { CursorLineNr = { fg = white }, CursorLine = { - bg = black, + bg = '#131313', sp = "none", },