diff --git a/js/gamepad.js b/js/gamepad.js index 4c88aab..f8f23a4 100644 --- a/js/gamepad.js +++ b/js/gamepad.js @@ -17,7 +17,7 @@ class Gamepad { this.$debug = $('.debug'); this.$help = $('.help'); - this.backgroundColors = ['transparent', 'dimgrey', 'black', 'green', 'magenta']; + this.backgroundColors = ['transparent', 'dimgrey', 'black', 'lime', 'magenta']; this.backgroundColorIndex = 0; // gamepad collection default values