Get theme¶
getTheme() is at the heart of Omniport themes. It returns the current
theme colour out of available Semantic colours.
Signature¶
function getTheme() {
...
return theme
}
Return¶
- Type
string- Data
can be passed directly to
Semantic UIcomponentsreturns currently active theme colour as
stringreturns
'blue'if no colour is set and also sets theme colour to'blue'Enums:
red,orange,yellow,olive,green,teal,blue,violet,purple,pink,black
Examples¶
import { getTheme } from 'formula_one'
Importing getTheme() from formula_one
> getTheme()
'orange'
Using getTheme() to get currently selected theme