diff --git a/index.html b/index.html
index 1fceaed6..c2e0416d 100644
--- a/index.html
+++ b/index.html
@@ -64,7 +64,7 @@
-

+
selenite
Download SaveUpload Save
diff --git a/js/particles/particles.json b/js/particles/particles.json
index a774a6d3..7d44dab9 100644
--- a/js/particles/particles.json
+++ b/js/particles/particles.json
@@ -14,7 +14,7 @@
"type": "circle",
"stroke": {
"width": 0,
- "color": "#000000"
+ "color": "#808080"
},
"polygon": {
"nb_sides": 5
diff --git a/js/themes.js b/js/themes.js
index 5871ecb1..083bb5fc 100644
--- a/js/themes.js
+++ b/js/themes.js
@@ -22,5 +22,6 @@ function setTheme(themename) {
r.style.setProperty('--game-color', loadedthemes[themename]["--game-color"]);
r.style.setProperty('--bg-1', loadedthemes[themename]["--bg-1"]);
r.style.setProperty('--bg-2', loadedthemes[themename]["--bg-2"]);
+ r.style.setProperty('--invert-logo', loadedthemes[themename]["--invert-logo"]);
Cookies.set("theme", themename);
}
\ No newline at end of file
diff --git a/settings.html b/settings.html
index bf782c93..5d154810 100644
--- a/settings.html
+++ b/settings.html
@@ -61,7 +61,7 @@
-

+
selenite
@@ -78,8 +78,9 @@
Themes
-
-
+
+
+