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