1
0
mirror of https://github.com/kepler155c/opus synced 2025-01-16 18:32:52 +00:00

make page/window themeable - oops

This commit is contained in:
kepler155c@gmail.com 2019-07-10 11:06:29 -06:00
parent 4c2d121562
commit 8f17657263

View File

@ -1217,6 +1217,8 @@ end
loadComponents()
UI:loadTheme('usr/config/ui.theme')
Util.merge(UI.Window.defaults, UI.theme.Window)
Util.merge(UI.Page.defaults, UI.theme.Page)
UI:setDefaultDevice(UI.Device({ device = term.current() }))
return UI