colors formatting

This commit is contained in:
krolyxon 2022-10-14 20:32:04 +05:30
parent 176077e669
commit 657de34dc0
1 changed files with 5 additions and 5 deletions

View File

@ -108,18 +108,18 @@ return {
}, },
-- StatusLine = { -- StatusLine = {
-- fg = theme. white, -- fg = theme.white,
-- }, -- },
-- StatusLineNC = { -- StatusLineNC = {
-- fg = theme. white, -- fg = theme.white,
-- }, -- },
-- StatusLineSeparator = { -- StatusLineSeparator = {
-- fg = theme. bright_black, -- fg = theme.bright_black,
-- }, -- },
-- StatusLineTerm = { -- StatusLineTerm = {
-- fg = theme. bright_black, -- fg = theme.bright_black,
-- }, -- },
-- StatusLineTermNC = { -- StatusLineTermNC = {
-- fg = theme. bright_black, -- fg = theme.bright_black,
-- }, -- },
} }