mirror of
https://github.com/kepler155c/opus
synced 2025-01-29 08:34:46 +00:00
make page/window themeable - oops
This commit is contained in:
parent
4c2d121562
commit
8f17657263
@ -1217,6 +1217,8 @@ end
|
|||||||
|
|
||||||
loadComponents()
|
loadComponents()
|
||||||
UI:loadTheme('usr/config/ui.theme')
|
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() }))
|
UI:setDefaultDevice(UI.Device({ device = term.current() }))
|
||||||
|
|
||||||
return UI
|
return UI
|
||||||
|
Loading…
Reference in New Issue
Block a user