diff --git a/.gulp/tasks/themes.js b/.gulp/tasks/themes.js index 90224a5..7a1af6a 100644 --- a/.gulp/tasks/themes.js +++ b/.gulp/tasks/themes.js @@ -13,7 +13,7 @@ import Paths from '../paths'; const themeCommons = require('../../src/themes/settings/commons.json'); const themeVariants = []; const themeTemplateFile = fs.readFileSync( - `${Paths.src}/themes/theme-template.json`, + `${Paths.src}/themes/theme-template-color-theme.json`, 'utf-8' );