From 6ad808c59e30adf9c84f947bd28aad70b03aaa0f Mon Sep 17 00:00:00 2001
From: Pierre Ranwez <pierre.ranwez.etu@univ-lille.fr>
Date: Wed, 16 Feb 2022 15:45:20 +0100
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20config:=20base?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 background.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/background.js b/background.js
index 8dc3951..0b45917 100644
--- a/background.js
+++ b/background.js
@@ -2,13 +2,13 @@ let css = `body {
 	background-color: [couleur];
 }
 h1, h2 {
-	opacity: 1;
-	// opacity: [opacité];
+	/* opacity: 1; */
+	opacity: [opacité];
 	font-family: [typo];
 	font-size: [chiffre2 20:100]px;
 	color: rgb([chiffre 0:255],255,255);
 }`;
-let parameters = `[[\"       \",\"typo\",\"sans-serif;serif;cursive;fantasy\",\"r\",\"note:10\",\"onset:E\"],[\"       \",\"chiffre\",\"0:1000\",\"i:100\",\"cc:60\",\"onset:D\"],[\"       \",\"chiffre2\",\"0:200\",\"i:10\",\"cc:60\",\"onset:E\"],[\"       \",\"couleur\",\"#000:#fff\",\"d\",\"cc:60\",\"loud\"],[\"       \",\"opacité\",\"0:1\",\"d\",\"cc:1\",\"hi\"]]`;
+let parameters = `[[\"       \",\"typo\",\"sans-serif;serif;cursive;fantasy\",\"r\",\"note:10\",\"onset:E\"],[\"       \",\"chiffre\",\"0:1000\",\"i:100\",\"cc:60\",\"onset:D\"],[\"       \",\"chiffre2\",\"0:200\",\"d\",\"cc:60\",\"loud\"],[\"       \",\"couleur\",\"#000:#fff\",\"r\",\"cc:60\",\"onset:E\"],[\"       \",\"opacité\",\"0:1\",\"d\",\"cc:1\",\"hi\"]]`;
 let activate = false;
 let audioB = false;
 let midiB = false;
-- 
GitLab