From 657de34dc05cf7127034b3cceb6c42c0ea4a832f Mon Sep 17 00:00:00 2001 From: krolyxon Date: Fri, 14 Oct 2022 20:32:04 +0530 Subject: [PATCH] colors formatting --- lua/colors/integrations/nvim.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lua/colors/integrations/nvim.lua b/lua/colors/integrations/nvim.lua index bab0771..f8b6b3d 100644 --- a/lua/colors/integrations/nvim.lua +++ b/lua/colors/integrations/nvim.lua @@ -108,18 +108,18 @@ return { }, -- StatusLine = { - -- fg = theme. white, + -- fg = theme.white, -- }, -- StatusLineNC = { - -- fg = theme. white, + -- fg = theme.white, -- }, -- StatusLineSeparator = { - -- fg = theme. bright_black, + -- fg = theme.bright_black, -- }, -- StatusLineTerm = { - -- fg = theme. bright_black, + -- fg = theme.bright_black, -- }, -- StatusLineTermNC = { - -- fg = theme. bright_black, + -- fg = theme.bright_black, -- }, }