theme-builder icon indicating copy to clipboard operation
theme-builder copied to clipboard

The theming system helps you in building a theme of your choice and apply it to test live. Why wait? Just give it a try.

Results 1 theme-builder issues
Sort by recently updated
recently updated
newest added

On `CreateThemeContent.js`, the text and background colors are swaped. ``` const getThemeObj = () => { const themeObj = {}; themeObj[_.camelCase(state.themeName)] = { "id": generate(), "name": state.themeName, "colors": { "body":...