Disable background transparency
This commit is contained in:
parent
dfce1fecd0
commit
55fcac0173
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ end
|
||||||
M.highlights = function()
|
M.highlights = function()
|
||||||
local C = M.colors()
|
local C = M.colors()
|
||||||
local fg = C.base1
|
local fg = C.base1
|
||||||
local bg = 'none' -- C.base04
|
local bg = C.base04
|
||||||
|
|
||||||
return {
|
return {
|
||||||
standard = {
|
standard = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue