From 48024f9d66328da0402858b0640ecdd986a48866 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Fri, 2 Oct 2020 02:24:19 +0400 Subject: [PATCH] Updated background script. Signed-off-by: Pavel Kirilin <win10@list.ru> --- assets/dist/back.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/dist/back.js b/assets/dist/back.js index 2ac3e1d..6bea2f6 100644 --- a/assets/dist/back.js +++ b/assets/dist/back.js @@ -4,9 +4,9 @@ let resizeReset = function() { } const opts = { - particleColor: "rgb(200,200,200)", - lineColor: "rgb(200,200,200)", - particleAmount: 30, + particleColor: "rgb(50, 135, 39)", + lineColor: "rgb(50, 135, 39)", + particleAmount: 45, defaultSpeed: 1, variantSpeed: 1, defaultRadius: 2, -- GitLab