if( typeof this._theme.background === 'string' ) {
          this._$canvas.css('background-color', this._theme.background);
        }