DVUI

themeGet

Get the active theme.

Only valid between Window.beginand Window.end.

Source

Implementation

#
pub fn themeGet() Theme {
    return currentWindow().theme;
}