aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/build-theme-info.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/build-theme-info.js')
-rw-r--r--src/scripts/build-theme-info.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripts/build-theme-info.js b/src/scripts/build-theme-info.js
index 17b0fac85..2109414c8 100644
--- a/src/scripts/build-theme-info.js
+++ b/src/scripts/build-theme-info.js
@@ -10,6 +10,7 @@ const path = require('path');
10// Colors that should be replaced with the accent color 10// Colors that should be replaced with the accent color
11const accentColors = [ 11const accentColors = [
12 '#7367f0', 12 '#7367f0',
13 '#7266F0',
13 '#5e50ee', 14 '#5e50ee',
14]; 15];
15 16