From 6294679c11aa0d059214f93f0be509f01636beb8 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 21 May 2019 15:28:58 -0600 Subject: [PATCH] Change dark team from black to purple --- www/settings.template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/settings.template.js b/www/settings.template.js index c6c4537..6c39411 100644 --- a/www/settings.template.js +++ b/www/settings.template.js @@ -19,6 +19,6 @@ var SETTINGS = { 3: {id: 3, name: "Earth", icon: "fas fa-mountain", color: "green", textcolor: "black"}, 4: {id: 4, name: "Wind", icon: "fas fa-wind", color: "lightblue", textcolor: "black"}, 5: {id: 5, name: "Light", icon: "fas fa-sun", color: "yellow", textcolor: "black"}, - 6: {id: 6, name: "Dark", icon: "fas fa-moon", color: "black", textcolor: "white"} + 6: {id: 6, name: "Dark", icon: "fas fa-moon", color: "deeppurple", textcolor: "white"} } }; \ No newline at end of file