setTheme

Description

Set the window theme. The theme name is set as the theme attribute on the bw-window element. Passing an empty (or falsy) value removes the attribute, reverting to the default (light) theme.

Binary Window ships a built-in dark theme; any other name can be used to drive your own bw-window[theme="..."] styles.

binaryWindow.setTheme(theme);

Parameters

NameTypeDescription
themestringTheme name set as the theme attribute on bw-window. e.g., 'dark'. Falsy clears it.

Returns

Type: void

Examples