theme

@get:JvmName(name = "getTheme")
@set:JvmName(name = "setTheme")
var theme: String
Defines a hex code to use as the primary theme color for the application.

string theme = 7;