Searched refs:LIGHT (Results 1 – 5 of 5) sorted by relevance
29 private theme: Theme = Theme.LIGHT;37 …window.localStorage.getItem('Theme') === 'light' ? (this.theme = Theme.LIGHT) : (this.theme = Them…39 this.theme = Theme.LIGHT;77 if (theme === Theme.LIGHT) {114 if (this.theme === Theme.LIGHT) {144 if (this.radios![i].innerHTML === Theme.LIGHT) {150 this.theme = Theme.LIGHT;175 if (this.theme === Theme.LIGHT) {186 this.theme = Theme.LIGHT;216 LIGHT = 'light', enumerator
110 LIGHT = 1, enumerator174 { "light", NightMode::LIGHT },
190 expect(spApplication.changeTheme(Theme.LIGHT, ['#00ff00'])).toBeUndefined();
43 private static final String LIGHT = "light"; field in ResourcesParser602 configClass.append(param.value == 0 ? DARK : LIGHT); in convertConfigIndexToString()604 configClass.append(CONFIG_CONJUNCTION).append(param.value == 0 ? DARK : LIGHT); in convertConfigIndexToString()
746 this.changeTheme(Theme.LIGHT);