{
  "version": "1.0",
  "description": "Default Pluginator theme - copy to ~/.pluginator/theme.json to customize",
  "extends": "default",
  "colors": {
    "primary": "#8B5CF6",
    "secondary": "#7C3AED",
    "success": "#10B981",
    "warning": "#F59E0B",
    "error": "#EF4444",
    "info": "#3B82F6",
    "text": "#F9FAFB",
    "textSecondary": "#D1D5DB",
    "textMuted": "#6B7280",
    "background": "#111827",
    "surface": "#1F2937",
    "surfaceHover": "#374151",
    "border": "#374151",
    "selection": "#4C1D95"
  },
  "presets": {
    "default": {
      "primary": "#8B5CF6",
      "secondary": "#7C3AED",
      "background": "#111827"
    },
    "ocean": {
      "primary": "#06B6D4",
      "secondary": "#0891B2",
      "background": "#0C1929"
    },
    "forest": {
      "primary": "#10B981",
      "secondary": "#059669",
      "background": "#052E16"
    },
    "sunset": {
      "primary": "#F97316",
      "secondary": "#EA580C",
      "background": "#1C1210"
    }
  }
}
