{
  "id": "futuristic_blue_core",
  "name": "Futuristic Blue Core",

  "global": {
    "accentColor": "#FF2962FF",
    "textPrimary": "#FFFFFFFF",
    "textSecondary": "#BBDEFB",
    "opacity": 0.95
  },

  "panel": {
    "backgroundColor": "#F2101A2B",
    "cornerRadius": 20,
    "borderColor": "#552962FF",
    "borderWidth": 2,
    "shadowElevation": 22,
    "padding": 14
  },

  "timer": {
    "textColor": "#FF82B1FF",
    "dotColor": "#FF2962FF",
    "fontSize": 12,
    "fontWeight": "medium"
  },

  "buttons": {
    "size": 50,
    "iconSize": 24,
    "spacing": 10,
    "default": {
      "backgroundColor": "#1A2962FF",
      "iconTint": "#BBDEFB"
    },
    "active": {
      "backgroundColor": "#332962FF",
      "iconTint": "#FFFFFFFF",
      "scale": 1.1
    }
  },

  "volume": {
    "micActiveColor": "#FF82B1FF",
    "internalActiveColor": "#FF2962FF",
    "inactiveTrackColor": "#1AFFFFFF",
    "thumbColor": "#FFFFFFFF"
  },

  "bubble": {
    "gradientStart": "#FF2962FF",
    "gradientEnd": "#FF101A2B",
    "borderColor": "#662962FF",
    "borderWidth": 2
  },

  "animation": {
    "enable": true,
    "duration": 320,
    "easing": "fast_out_slow_in",
    "loopBorder": true,
    "loopPulse": true,
    "loopSpeed": 2600,
    "loopColors": ["#FF2962FF", "#FF82B1FF", "#FF448AFF"]
  }
}