{
  "id": "amoled_purple_x",
  "name": "AMOLED Purple X",

  "global": {
    "accentColor": "#FFAA00FF",
    "textPrimary": "#FFFFFFFF",
    "textSecondary": "#B388FF",
    "opacity": 1
  },

  "panel": {
    "backgroundColor": "#FF000000",
    "cornerRadius": 26,
    "borderColor": "#33AA00FF",
    "borderWidth": 1,
    "shadowElevation": 20,
    "padding": 16
  },

  "timer": {
    "textColor": "#FFD500F9",
    "dotColor": "#FFAA00FF",
    "fontSize": 11,
    "fontWeight": "medium"
  },

  "buttons": {
    "size": 48,
    "iconSize": 22,
    "spacing": 10,
    "default": {
      "backgroundColor": "#1AAA00FF",
      "iconTint": "#CCFFFFFF"
    },
    "active": {
      "backgroundColor": "#44AA00FF",
      "iconTint": "#FFFFFFFF",
      "scale": 1.08
    }
  },

  "volume": {
    "micActiveColor": "#FFD500F9",
    "internalActiveColor": "#FFAA00FF",
    "inactiveTrackColor": "#1AFFFFFF",
    "thumbColor": "#FFFFFFFF"
  },

  "bubble": {
    "gradientStart": "#FFAA00FF",
    "gradientEnd": "#FF000000",
    "borderColor": "#55AA00FF",
    "borderWidth": 1
  },

  "animation": {
    "enable": true,
    "duration": 300,
    "easing": "spring",
    "springDamping": 0.7,
    "springStiffness": 250,
    "loopBorder": false,
    "loopPulse": true,
    "loopSpeed": 2800,
    "loopColors": ["#FFAA00FF", "#FFD500F9"]
  }
}