6 lines
127 B
Lua
6 lines
127 B
Lua
|
return function(config)
|
||
|
-- for compatability with nvim-transparent
|
||
|
config.background_color = "#000000"
|
||
|
return config
|
||
|
end
|