DVUI

themeGet

Parameters

#
self:*const Options
*const Options

Source

Implementation

#
pub fn themeGet(self: *const Options) *const Theme {
    return self.theme orelse &dvui.currentWindow().theme;
}