{
  "id": "rgb_gamer_storm",
  "name": "RGB Gamer Storm",

  "global": {
    "accentColor": "#FFFF4081",
    "textPrimary": "#FFFFFFFF",
    "textSecondary": "#CCFFFFFF",
    "opacity": 1
  },

  "panel": {
    "backgroundColor": "#F2121212",
    "cornerRadius": 22,
    "borderColor": "#66FFFFFF",
    "borderWidth": 2,
    "shadowElevation": 30,
    "padding": 12
  },

  "timer": {
    "textColor": "#FFFFEA00",
    "dotColor": "#FFFF4081",
    "fontSize": 13,
    "fontWeight": "bold"
  },

  "buttons": {
    "size": 54,
    "iconSize": 26,
    "spacing": 14,
    "default": {
      "backgroundColor": "#1AFFFFFF",
      "iconTint": "#B3FFFFFF"
    },
    "active": {
      "backgroundColor": "#44FF4081",
      "iconTint": "#FFFFFFFF",
      "scale": 1.12
    }
  },

  "volume": {
    "micActiveColor": "#FF00E676",
    "internalActiveColor": "#FFFF4081",
    "inactiveTrackColor": "#1AFFFFFF",
    "thumbColor": "#FFFFFFFF"
  },

  "bubble": {
    "gradientStart": "#FFFF4081",
    "gradientEnd": "#FF212121",
    "borderColor": "#80FFFFFF",
    "borderWidth": 2
  },

  "animation": {
    "enable": true,
    "duration": 400,
    "easing": "bounce",
    "loopBorder": true,
    "loopPulse": true,
    "loopSpeed": 2000,
    "loopColors": [
      "#FFFF4081",
      "#FF00E676",
      "#FFFFEA00",
      "#FF2979FF"
    ]
  }
}