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, -- }, }