diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-18 22:11:30 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-18 22:11:30 +0100 |
commit | f0e3ed91cea32c39f8ba50ca7e71d750fd8f380c (patch) | |
tree | a47bdfb21e3b62014c447dd5d5add7c62f39a9fb /lua | |
parent | 15190ee6773104e602246176796bb226fd5e6469 (diff) |
Revert "Revert "Update statusline color to bg when no lualine""
This reverts commit 15190ee6773104e602246176796bb226fd5e6469.
Diffstat (limited to 'lua')
-rw-r--r-- | lua/no-clown-fiesta/StatusLine.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/StatusLine.lua b/lua/no-clown-fiesta/StatusLine.lua index 094eacc..c587080 100644 --- a/lua/no-clown-fiesta/StatusLine.lua +++ b/lua/no-clown-fiesta/StatusLine.lua @@ -1,5 +1,5 @@ local StatusLine = { - StatusLine = { fg = C.alt_bg, bg = C.gray }, + StatusLine = { fg = C.bg, bg = C.gray }, StatusLineNC = { fg = C.alt_bg, bg = C.gray }, StatusLineSeparator = { fg = C.alt_bg }, StatusLineTerm = { fg = C.alt_bg }, |