{
  "id": "gold_luxury_pro",
  "name": "Gold Luxury Pro",

  "global": {
    "accentColor": "#FFFFC107",
    "textPrimary": "#FFFFFFFF",
    "textSecondary": "#FFF8E1",
    "opacity": 1
  },

  "panel": {
    "backgroundColor": "#F2211C10",
    "cornerRadius": 30,
    "borderColor": "#66FFC107",
    "borderWidth": 2,
    "shadowElevation": 35,
    "padding": 18
  },

  "timer": {
    "textColor": "#FFFFD54F",
    "dotColor": "#FFFFC107",
    "fontSize": 12,
    "fontWeight": "bold"
  },

  "buttons": {
    "size": 50,
    "iconSize": 22,
    "spacing": 12,
    "default": {
      "backgroundColor": "#33FFC107",
      "iconTint": "#FFFFFFFF"
    },
    "active": {
      "backgroundColor": "#66FFD54F",
      "iconTint": "#FFFFFFFF",
      "scale": 1.1
    }
  },

  "volume": {
    "micActiveColor": "#FFFFD54F",
    "internalActiveColor": "#FFFFC107",
    "inactiveTrackColor": "#33FFFFFF",
    "thumbColor": "#FFFFFFFF"
  },

  "bubble": {
    "gradientStart": "#FFFFC107",
    "gradientEnd": "#FF211C10",
    "borderColor": "#99FFD54F",
    "borderWidth": 2
  },

  "animation": {
    "enable": true,
    "duration": 500,
    "easing": "ease_in",
    "loopBorder": true,
    "loopPulse": true,
    "loopSpeed": 3500,
    "loopColors": ["#FFFFC107", "#FFFFD54F", "#FFFFECB3"]
  }
}