mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
5 lines
85 B
Lua
5 lines
85 B
Lua
App = {
|
|
_id = "app",
|
|
}
|
|
|
|
function App.bg() return th.app.overall:bg() or "reset" end
|