aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-10-11 20:07:34 +0200
committerLibravatar GitHub <noreply@github.com>2020-10-11 19:07:34 +0100
commit3564d2fddfa74a7f907a53300150002f46417a5e (patch)
tree87d77c0cce6d3251f290708e3d0480661d4feb13 /src/scripts
parentMerge #722 (diff)
downloadferdium-app-3564d2fddfa74a7f907a53300150002f46417a5e.tar.gz
ferdium-app-3564d2fddfa74a7f907a53300150002f46417a5e.tar.zst
ferdium-app-3564d2fddfa74a7f907a53300150002f46417a5e.zip
Improve Ferdi's design (#977)
Co-authored-by: Amine Mouafik <amine@mouafik.fr>
Diffstat (limited to 'src/scripts')
-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