neovim: Fix the transparency for lualine
This commit is contained in:
parent
70757c4b1e
commit
edef6fdd84
1 changed files with 2 additions and 2 deletions
|
@ -15,13 +15,13 @@ return {
|
||||||
normal = {
|
normal = {
|
||||||
c = {
|
c = {
|
||||||
fg = rgb_to_hex(hl("Normal").fg),
|
fg = rgb_to_hex(hl("Normal").fg),
|
||||||
bg = rgb_to_hex(hl("Normal").bg),
|
bg = "none",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
inactive = {
|
inactive = {
|
||||||
c = {
|
c = {
|
||||||
fg = rgb_to_hex(hl("Normal").fg),
|
fg = rgb_to_hex(hl("Normal").fg),
|
||||||
bg = rgb_to_hex(hl("Normal").bg),
|
bg = "none",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue