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:
parent
4c2d121562
commit
8f17657263
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user