const themeService = new MyThemeService(); /** Replace the colors at runtime **/ themeService.setColors({ light: { 'primary-100': '#0c93e4' } });