colors formatting
This commit is contained in:
parent
176077e669
commit
657de34dc0
|
|
@ -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,
|
||||||
-- },
|
-- },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in New Issue