{
  "version": "1.0.0",
  "lastUpdated": "2026-02-18",
  "description": "Curated theme gallery for Pluginator CLI",
  "themes": [
    {
      "id": "default-dark",
      "name": "Default Dark",
      "author": "Pluginator",
      "description": "The default dark theme with purple accents",
      "type": "dark",
      "category": "default",
      "minTier": "free",
      "verified": true,
      "featured": true,
      "colors": {
        "bg": { "primary": "#111827", "secondary": "#1F2937", "tertiary": "#374151", "elevated": "#4B5563", "overlay": "rgba(0, 0, 0, 0.5)" },
        "fg": { "primary": "#F9FAFB", "secondary": "#D1D5DB", "tertiary": "#6B7280", "inverse": "#111827" },
        "accent": { "primary": "#8B5CF6", "secondary": "#7C3AED", "muted": "#4C1D95" },
        "status": { "success": "#10B981", "warning": "#F59E0B", "error": "#EF4444", "info": "#3B82F6" },
        "interactive": { "default": "#1F2937", "hover": "#374151", "active": "#4C1D95", "disabled": "#6B7280" },
        "border": { "default": "#374151", "subtle": "#1F2937", "strong": "#6B7280" }
      }
    },
    {
      "id": "default-light",
      "name": "Default Light",
      "author": "Pluginator",
      "description": "A clean light theme for daytime use",
      "type": "light",
      "category": "default",
      "minTier": "free",
      "verified": true,
      "featured": true,
      "colors": {
        "bg": { "primary": "#FFFFFF", "secondary": "#F9FAFB", "tertiary": "#F3F4F6", "elevated": "#FFFFFF", "overlay": "rgba(255, 255, 255, 0.5)" },
        "fg": { "primary": "#111827", "secondary": "#4B5563", "tertiary": "#9CA3AF", "inverse": "#F9FAFB" },
        "accent": { "primary": "#7C3AED", "secondary": "#8B5CF6", "muted": "#DDD6FE" },
        "status": { "success": "#059669", "warning": "#D97706", "error": "#DC2626", "info": "#2563EB" },
        "interactive": { "default": "#F9FAFB", "hover": "#F3F4F6", "active": "#DDD6FE", "disabled": "#9CA3AF" },
        "border": { "default": "#E5E7EB", "subtle": "#F3F4F6", "strong": "#9CA3AF" }
      }
    },
    {
      "id": "catppuccin-mocha",
      "name": "Catppuccin Mocha",
      "author": "Catppuccin",
      "description": "Warm, cozy pastel dark theme",
      "type": "dark",
      "category": "designer",
      "minTier": "plus",
      "verified": true,
      "colors": {
        "bg": { "primary": "#1E1E2E", "secondary": "#313244", "tertiary": "#45475A", "elevated": "#585B70", "overlay": "rgba(17, 17, 27, 0.8)" },
        "fg": { "primary": "#CDD6F4", "secondary": "#BAC2DE", "tertiary": "#6C7086", "inverse": "#11111B" },
        "accent": { "primary": "#CBA6F7", "secondary": "#F5C2E7", "muted": "#9399B2" },
        "status": { "success": "#A6E3A1", "warning": "#F9E2AF", "error": "#F38BA8", "info": "#89DCEB" },
        "interactive": { "default": "#313244", "hover": "#45475A", "active": "#585B70", "disabled": "#6C7086" },
        "border": { "default": "#45475A", "subtle": "#313244", "strong": "#6C7086" }
      }
    },
    {
      "id": "catppuccin-latte",
      "name": "Catppuccin Latte",
      "author": "Catppuccin",
      "description": "Soft pastel light theme",
      "type": "light",
      "category": "designer",
      "minTier": "plus",
      "verified": true,
      "colors": {
        "bg": { "primary": "#EFF1F5", "secondary": "#E6E9EF", "tertiary": "#DCE0E8", "elevated": "#CCD0DA", "overlay": "rgba(220, 224, 232, 0.8)" },
        "fg": { "primary": "#4C4F69", "secondary": "#5C5F77", "tertiary": "#9CA0B0", "inverse": "#EFF1F5" },
        "accent": { "primary": "#8839EF", "secondary": "#EA76CB", "muted": "#BCC0CC" },
        "status": { "success": "#40A02B", "warning": "#DF8E1D", "error": "#D20F39", "info": "#04A5E5" },
        "interactive": { "default": "#E6E9EF", "hover": "#DCE0E8", "active": "#CCD0DA", "disabled": "#9CA0B0" },
        "border": { "default": "#DCE0E8", "subtle": "#E6E9EF", "strong": "#9CA0B0" }
      }
    },
    {
      "id": "dracula",
      "name": "Dracula",
      "author": "Dracula Theme",
      "description": "Dark theme with vibrant colors",
      "type": "dark",
      "category": "designer",
      "minTier": "plus",
      "verified": true,
      "colors": {
        "bg": { "primary": "#282A36", "secondary": "#44475A", "tertiary": "#6272A4", "elevated": "#44475A", "overlay": "rgba(40, 42, 54, 0.8)" },
        "fg": { "primary": "#F8F8F2", "secondary": "#BFBFBF", "tertiary": "#6272A4", "inverse": "#282A36" },
        "accent": { "primary": "#BD93F9", "secondary": "#FF79C6", "muted": "#6272A4" },
        "status": { "success": "#50FA7B", "warning": "#F1FA8C", "error": "#FF5555", "info": "#8BE9FD" },
        "interactive": { "default": "#44475A", "hover": "#6272A4", "active": "#BD93F9", "disabled": "#6272A4" },
        "border": { "default": "#44475A", "subtle": "#282A36", "strong": "#6272A4" }
      }
    },
    {
      "id": "high-contrast-dark",
      "name": "High Contrast Dark",
      "author": "Pluginator",
      "description": "Maximum contrast for accessibility",
      "type": "dark",
      "category": "accessibility",
      "minTier": "plus",
      "verified": true,
      "colors": {
        "bg": { "primary": "#000000", "secondary": "#1A1A1A", "tertiary": "#333333", "elevated": "#4D4D4D", "overlay": "rgba(0, 0, 0, 0.8)" },
        "fg": { "primary": "#FFFFFF", "secondary": "#E6E6E6", "tertiary": "#B3B3B3", "inverse": "#000000" },
        "accent": { "primary": "#FFFF00", "secondary": "#00FFFF", "muted": "#666666" },
        "status": { "success": "#00FF00", "warning": "#FFFF00", "error": "#FF0000", "info": "#00FFFF" },
        "interactive": { "default": "#1A1A1A", "hover": "#333333", "active": "#FFFF00", "disabled": "#666666" },
        "border": { "default": "#FFFFFF", "subtle": "#666666", "strong": "#FFFFFF" }
      }
    },
    {
      "id": "high-contrast-light",
      "name": "High Contrast Light",
      "author": "Pluginator",
      "description": "High contrast light theme for accessibility",
      "type": "light",
      "category": "accessibility",
      "minTier": "plus",
      "verified": true,
      "colors": {
        "bg": { "primary": "#FFFFFF", "secondary": "#F0F0F0", "tertiary": "#E0E0E0", "elevated": "#FFFFFF", "overlay": "rgba(255, 255, 255, 0.8)" },
        "fg": { "primary": "#000000", "secondary": "#1A1A1A", "tertiary": "#4D4D4D", "inverse": "#FFFFFF" },
        "accent": { "primary": "#0000CC", "secondary": "#006600", "muted": "#999999" },
        "status": { "success": "#006600", "warning": "#CC6600", "error": "#CC0000", "info": "#0000CC" },
        "interactive": { "default": "#F0F0F0", "hover": "#E0E0E0", "active": "#0000CC", "disabled": "#999999" },
        "border": { "default": "#000000", "subtle": "#999999", "strong": "#000000" }
      }
    },
    {
      "id": "deuteranopia-friendly",
      "name": "Deuteranopia Friendly",
      "author": "Pluginator",
      "description": "Optimized for red-green color blindness (deuteranopia)",
      "type": "dark",
      "category": "accessibility",
      "minTier": "plus",
      "verified": true,
      "colors": {
        "bg": { "primary": "#1A1A2E", "secondary": "#25253D", "tertiary": "#303052", "elevated": "#3B3B67", "overlay": "rgba(26, 26, 46, 0.8)" },
        "fg": { "primary": "#FFFFFF", "secondary": "#E0E0E0", "tertiary": "#A0A0A0", "inverse": "#1A1A2E" },
        "accent": { "primary": "#56CCF2", "secondary": "#FFB020", "muted": "#505070" },
        "status": { "success": "#56CCF2", "warning": "#FFB020", "error": "#FF6B6B", "info": "#9B59B6" },
        "interactive": { "default": "#25253D", "hover": "#303052", "active": "#3B3B67", "disabled": "#505070" },
        "border": { "default": "#303052", "subtle": "#25253D", "strong": "#A0A0A0" }
      }
    },
    {
      "id": "protanopia-friendly",
      "name": "Protanopia Friendly",
      "author": "Pluginator",
      "description": "Optimized for red color blindness (protanopia)",
      "type": "dark",
      "category": "accessibility",
      "minTier": "plus",
      "verified": true,
      "colors": {
        "bg": { "primary": "#1C1C1E", "secondary": "#2C2C2E", "tertiary": "#3C3C3E", "elevated": "#4C4C4E", "overlay": "rgba(28, 28, 30, 0.8)" },
        "fg": { "primary": "#FFFFFF", "secondary": "#EBEBF0", "tertiary": "#8E8E93", "inverse": "#1C1C1E" },
        "accent": { "primary": "#0A84FF", "secondary": "#FFD60A", "muted": "#48484A" },
        "status": { "success": "#30D158", "warning": "#FFD60A", "error": "#FF453A", "info": "#0A84FF" },
        "interactive": { "default": "#2C2C2E", "hover": "#3C3C3E", "active": "#4C4C4E", "disabled": "#48484A" },
        "border": { "default": "#3C3C3E", "subtle": "#2C2C2E", "strong": "#8E8E93" }
      }
    },
    {
      "id": "tritanopia-friendly",
      "name": "Tritanopia Friendly",
      "author": "Pluginator",
      "description": "Optimized for blue-yellow color blindness (tritanopia)",
      "type": "dark",
      "category": "accessibility",
      "minTier": "plus",
      "verified": true,
      "colors": {
        "bg": { "primary": "#1A1A1A", "secondary": "#2D2D2D", "tertiary": "#404040", "elevated": "#535353", "overlay": "rgba(26, 26, 26, 0.8)" },
        "fg": { "primary": "#FFFFFF", "secondary": "#D9D9D9", "tertiary": "#999999", "inverse": "#1A1A1A" },
        "accent": { "primary": "#FF5252", "secondary": "#00E676", "muted": "#666666" },
        "status": { "success": "#00E676", "warning": "#FF5252", "error": "#FF1744", "info": "#FF80AB" },
        "interactive": { "default": "#2D2D2D", "hover": "#404040", "active": "#535353", "disabled": "#666666" },
        "border": { "default": "#404040", "subtle": "#2D2D2D", "strong": "#999999" }
      }
    },
    {
      "id": "nord",
      "name": "Nord",
      "author": "Arctic Ice Studio",
      "description": "Arctic-inspired color palette",
      "type": "dark",
      "category": "designer",
      "minTier": "pro",
      "verified": true,
      "colors": {
        "bg": { "primary": "#2E3440", "secondary": "#3B4252", "tertiary": "#434C5E", "elevated": "#4C566A", "overlay": "rgba(46, 52, 64, 0.8)" },
        "fg": { "primary": "#ECEFF4", "secondary": "#E5E9F0", "tertiary": "#D8DEE9", "inverse": "#2E3440" },
        "accent": { "primary": "#88C0D0", "secondary": "#81A1C1", "muted": "#5E81AC" },
        "status": { "success": "#A3BE8C", "warning": "#EBCB8B", "error": "#BF616A", "info": "#88C0D0" },
        "interactive": { "default": "#3B4252", "hover": "#434C5E", "active": "#5E81AC", "disabled": "#4C566A" },
        "border": { "default": "#434C5E", "subtle": "#3B4252", "strong": "#4C566A" }
      }
    },
    {
      "id": "tokyo-night",
      "name": "Tokyo Night",
      "author": "enkia",
      "description": "Modern dark theme inspired by Tokyo nights",
      "type": "dark",
      "category": "designer",
      "minTier": "pro",
      "verified": true,
      "colors": {
        "bg": { "primary": "#1A1B26", "secondary": "#24283B", "tertiary": "#414868", "elevated": "#565F89", "overlay": "rgba(26, 27, 38, 0.8)" },
        "fg": { "primary": "#C0CAF5", "secondary": "#A9B1D6", "tertiary": "#565F89", "inverse": "#1A1B26" },
        "accent": { "primary": "#7AA2F7", "secondary": "#BB9AF7", "muted": "#565F89" },
        "status": { "success": "#9ECE6A", "warning": "#E0AF68", "error": "#F7768E", "info": "#7DCFFF" },
        "interactive": { "default": "#24283B", "hover": "#414868", "active": "#565F89", "disabled": "#565F89" },
        "border": { "default": "#414868", "subtle": "#24283B", "strong": "#565F89" }
      }
    },
    {
      "id": "one-dark-pro",
      "name": "One Dark Pro",
      "author": "binaryify",
      "description": "Atom One Dark theme",
      "type": "dark",
      "category": "designer",
      "minTier": "pro",
      "verified": true,
      "colors": {
        "bg": { "primary": "#282C34", "secondary": "#21252B", "tertiary": "#3E4452", "elevated": "#4B5263", "overlay": "rgba(40, 44, 52, 0.8)" },
        "fg": { "primary": "#ABB2BF", "secondary": "#848B98", "tertiary": "#5C6370", "inverse": "#282C34" },
        "accent": { "primary": "#61AFEF", "secondary": "#C678DD", "muted": "#5C6370" },
        "status": { "success": "#98C379", "warning": "#E5C07B", "error": "#E06C75", "info": "#56B6C2" },
        "interactive": { "default": "#21252B", "hover": "#3E4452", "active": "#4B5263", "disabled": "#5C6370" },
        "border": { "default": "#3E4452", "subtle": "#21252B", "strong": "#5C6370" }
      }
    },
    {
      "id": "gruvbox-dark",
      "name": "Gruvbox Dark",
      "author": "morhetz",
      "description": "Retro groove color scheme",
      "type": "dark",
      "category": "designer",
      "minTier": "pro",
      "verified": true,
      "colors": {
        "bg": { "primary": "#282828", "secondary": "#3C3836", "tertiary": "#504945", "elevated": "#665C54", "overlay": "rgba(40, 40, 40, 0.8)" },
        "fg": { "primary": "#EBDBB2", "secondary": "#D5C4A1", "tertiary": "#A89984", "inverse": "#282828" },
        "accent": { "primary": "#B8BB26", "secondary": "#FABD2F", "muted": "#928374" },
        "status": { "success": "#B8BB26", "warning": "#FE8019", "error": "#FB4934", "info": "#83A598" },
        "interactive": { "default": "#3C3836", "hover": "#504945", "active": "#665C54", "disabled": "#928374" },
        "border": { "default": "#504945", "subtle": "#3C3836", "strong": "#928374" }
      }
    },
    {
      "id": "solarized-dark",
      "name": "Solarized Dark",
      "author": "Ethan Schoonover",
      "description": "Precision colors for machines and people",
      "type": "dark",
      "category": "designer",
      "minTier": "pro",
      "verified": true,
      "colors": {
        "bg": { "primary": "#002B36", "secondary": "#073642", "tertiary": "#586E75", "elevated": "#657B83", "overlay": "rgba(0, 43, 54, 0.8)" },
        "fg": { "primary": "#FDF6E3", "secondary": "#EEE8D5", "tertiary": "#93A1A1", "inverse": "#002B36" },
        "accent": { "primary": "#268BD2", "secondary": "#2AA198", "muted": "#657B83" },
        "status": { "success": "#859900", "warning": "#B58900", "error": "#DC322F", "info": "#268BD2" },
        "interactive": { "default": "#073642", "hover": "#586E75", "active": "#268BD2", "disabled": "#657B83" },
        "border": { "default": "#586E75", "subtle": "#073642", "strong": "#93A1A1" }
      }
    },
    {
      "id": "synthwave-84",
      "name": "Synthwave '84",
      "author": "Robb Owen",
      "description": "Neon-infused 80s synthwave aesthetic",
      "type": "dark",
      "category": "designer",
      "minTier": "max",
      "verified": true,
      "featured": true,
      "colors": {
        "bg": { "primary": "#262335", "secondary": "#34294F", "tertiary": "#463265", "elevated": "#614D85", "overlay": "rgba(38, 35, 53, 0.8)" },
        "fg": { "primary": "#FFFFFF", "secondary": "#B6B1C2", "tertiary": "#848094", "inverse": "#262335" },
        "accent": { "primary": "#FF7EDB", "secondary": "#72F1B8", "muted": "#614D85" },
        "status": { "success": "#72F1B8", "warning": "#FEDE5D", "error": "#FE4450", "info": "#36F9F6" },
        "interactive": { "default": "#34294F", "hover": "#463265", "active": "#614D85", "disabled": "#848094" },
        "border": { "default": "#463265", "subtle": "#34294F", "strong": "#614D85" }
      },
      "gradients": {
        "primary": { "type": "linear", "stops": ["#FF7EDB", "#72F1B8"], "angle": 90 }
      },
      "animations": { "shimmer": true, "speed": 1.0 }
    },
    {
      "id": "cyberpunk-2077",
      "name": "Cyberpunk 2077",
      "author": "Pluginator",
      "description": "Futuristic neon cyberpunk colors",
      "type": "dark",
      "category": "designer",
      "minTier": "max",
      "verified": true,
      "featured": true,
      "colors": {
        "bg": { "primary": "#120458", "secondary": "#1A0A6E", "tertiary": "#2A1080", "elevated": "#3F1D9B", "overlay": "rgba(18, 4, 88, 0.8)" },
        "fg": { "primary": "#FCEE0A", "secondary": "#00FFF1", "tertiary": "#FF003C", "inverse": "#120458" },
        "accent": { "primary": "#FCEE0A", "secondary": "#00FFF1", "muted": "#3F1D9B" },
        "status": { "success": "#00FFF1", "warning": "#FCEE0A", "error": "#FF003C", "info": "#00FFF1" },
        "interactive": { "default": "#1A0A6E", "hover": "#2A1080", "active": "#3F1D9B", "disabled": "#3F1D9B" },
        "border": { "default": "#FCEE0A", "subtle": "#3F1D9B", "strong": "#00FFF1" }
      },
      "gradients": {
        "primary": { "type": "linear", "stops": ["#FCEE0A", "#00FFF1", "#FF003C"], "angle": 135 }
      },
      "animations": { "shimmer": true, "colorCycle": true, "speed": 1.5 }
    },
    {
      "id": "galaxy-pro",
      "name": "Galaxy Pro",
      "author": "SpaceThemes",
      "description": "A stunning space-inspired dark theme with nebula gradients",
      "type": "dark",
      "category": "community",
      "minTier": "max",
      "verified": true,
      "featured": true,
      "colors": {
        "bg": { "primary": "#0D0D1A", "secondary": "#1A1A2E", "tertiary": "#252540", "elevated": "#303052", "overlay": "rgba(13, 13, 26, 0.9)" },
        "fg": { "primary": "#FFFFFF", "secondary": "#E0E0F0", "tertiary": "#9090B0", "inverse": "#0D0D1A" },
        "accent": { "primary": "#8B5CF6", "secondary": "#EC4899", "muted": "#505070" },
        "status": { "success": "#34D399", "warning": "#FBBF24", "error": "#F87171", "info": "#60A5FA" },
        "interactive": { "default": "#1A1A2E", "hover": "#252540", "active": "#303052", "disabled": "#404060" },
        "border": { "default": "#303052", "subtle": "#252540", "strong": "#8B5CF6" }
      },
      "gradients": {
        "primary": { "type": "linear", "stops": ["#8B5CF6", "#EC4899"], "angle": 45 },
        "secondary": { "type": "linear", "stops": ["#06B6D4", "#8B5CF6"], "angle": 90 }
      }
    },
    {
      "id": "sakura",
      "name": "Sakura",
      "author": "NihonDesign",
      "description": "Soft pink and white theme inspired by cherry blossoms",
      "type": "light",
      "category": "community",
      "minTier": "max",
      "verified": true,
      "featured": true,
      "colors": {
        "bg": { "primary": "#FFF5F7", "secondary": "#FFEBEF", "tertiary": "#FFD6E0", "elevated": "#FFFFFF", "overlay": "rgba(255, 245, 247, 0.95)" },
        "fg": { "primary": "#4A1942", "secondary": "#6B3058", "tertiary": "#A05080", "inverse": "#FFFFFF" },
        "accent": { "primary": "#F472B6", "secondary": "#FB7185", "muted": "#FFB6C1" },
        "status": { "success": "#10B981", "warning": "#F59E0B", "error": "#EF4444", "info": "#3B82F6" },
        "interactive": { "default": "#FFEBEF", "hover": "#FFD6E0", "active": "#FFC0CB", "disabled": "#FFE0E6" },
        "border": { "default": "#FFD6E0", "subtle": "#FFEBEF", "strong": "#F472B6" }
      }
    },
    {
      "id": "ember",
      "name": "Ember",
      "author": "FireStarter",
      "description": "Warm orange and red tones with glowing accents",
      "type": "dark",
      "category": "community",
      "minTier": "max",
      "verified": true,
      "colors": {
        "bg": { "primary": "#1A0A00", "secondary": "#2D1500", "tertiary": "#402000", "elevated": "#532B00", "overlay": "rgba(26, 10, 0, 0.9)" },
        "fg": { "primary": "#FFFFFF", "secondary": "#FFE0CC", "tertiary": "#CC9970", "inverse": "#1A0A00" },
        "accent": { "primary": "#FF6B00", "secondary": "#FF9500", "muted": "#804500" },
        "status": { "success": "#22C55E", "warning": "#FFB300", "error": "#FF4444", "info": "#FF8C00" },
        "interactive": { "default": "#2D1500", "hover": "#402000", "active": "#532B00", "disabled": "#663300" },
        "border": { "default": "#402000", "subtle": "#2D1500", "strong": "#FF6B00" }
      },
      "gradients": {
        "primary": { "type": "linear", "stops": ["#FF6B00", "#FF0000"], "angle": 45 },
        "secondary": { "type": "linear", "stops": ["#FFB300", "#FF6B00"], "angle": 90 }
      }
    },
    {
      "id": "forest-night",
      "name": "Forest Night",
      "author": "NatureThemes",
      "description": "Deep green tones inspired by nighttime in the forest",
      "type": "dark",
      "category": "community",
      "minTier": "max",
      "colors": {
        "bg": { "primary": "#0A1F0A", "secondary": "#153015", "tertiary": "#204020", "elevated": "#2B502B", "overlay": "rgba(10, 31, 10, 0.9)" },
        "fg": { "primary": "#E8F5E9", "secondary": "#C8E6C9", "tertiary": "#81C784", "inverse": "#0A1F0A" },
        "accent": { "primary": "#4CAF50", "secondary": "#81C784", "muted": "#2E7D32" },
        "status": { "success": "#66BB6A", "warning": "#FFB74D", "error": "#EF5350", "info": "#42A5F5" },
        "interactive": { "default": "#153015", "hover": "#204020", "active": "#2B502B", "disabled": "#1B4D1B" },
        "border": { "default": "#204020", "subtle": "#153015", "strong": "#4CAF50" }
      }
    },
    {
      "id": "ocean-deep",
      "name": "Ocean Deep",
      "author": "AquaDesigns",
      "description": "Deep ocean blues with bioluminescent accents",
      "type": "dark",
      "category": "community",
      "minTier": "max",
      "verified": true,
      "featured": true,
      "colors": {
        "bg": { "primary": "#001830", "secondary": "#002040", "tertiary": "#003060", "elevated": "#004080", "overlay": "rgba(0, 24, 48, 0.9)" },
        "fg": { "primary": "#E0F0FF", "secondary": "#B0D0F0", "tertiary": "#70A0C0", "inverse": "#001830" },
        "accent": { "primary": "#00D4FF", "secondary": "#00A0D0", "muted": "#006080" },
        "status": { "success": "#00E5CC", "warning": "#FFD700", "error": "#FF6B6B", "info": "#00D4FF" },
        "interactive": { "default": "#002040", "hover": "#003060", "active": "#004080", "disabled": "#002850" },
        "border": { "default": "#003060", "subtle": "#002040", "strong": "#00D4FF" }
      },
      "gradients": {
        "primary": { "type": "linear", "stops": ["#00D4FF", "#0070A0"], "angle": 45 },
        "secondary": { "type": "linear", "stops": ["#00E5CC", "#00D4FF"], "angle": 90 }
      }
    }
  ]
}
