NetanelBasal
5/8/2018 - 4:12 PM

themify-11.js

const themeService = new MyThemeService();

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