yazi/yazi-plugin/preset/components/app.lua
2026-06-07 21:46:07 +08:00

5 lines
85 B
Lua

App = {
_id = "app",
}
function App.bg() return th.app.overall:bg() or "reset" end