public enum ColorTheme : String, Codable
Color theme options for the editor UI.
[LIGHTEST](#/s:9embed_sdk10ColorThemeO8LIGHTESTyA2CmF)
Lightest theme (brightest background)
Swift
case LIGHTEST = "lightest"
[LIGHT](#/s:9embed_sdk10ColorThemeO5LIGHTyA2CmF)
Light theme
Swift
case LIGHT = "light"
[DARK](#/s:9embed_sdk10ColorThemeO4DARKyA2CmF)
Dark theme
Swift
case DARK = "dark"
[DARKEST](#/s:9embed_sdk10ColorThemeO7DARKESTyA2CmF)
Darkest theme (darkest background)
Swift
case DARKEST = "darkest"