have arguments to set font, connect signals, keys, etc.
The goal is for theme.lua to just be able to create widgets and assign them to a theme with a single function call, all the complexity of connecting signals on hover, assigning buttons, etc. should all be hidden so that themes can be made on the fly with common widgets.
have arguments to set font, connect signals, keys, etc.
The goal is for
theme.lua
to just be able to create widgets and assign them to a theme with a single function call, all the complexity of connecting signals on hover, assigning buttons, etc. should all be hidden so that themes can be made on the fly with common widgets.