Hover Color Export

I’m trying to get a hover:color on a button using this:

{
   "title": "BG Hover Color:",
   "id": "buttonbghovcolor",
   "format": "hover:{{value}}",
   "themeColor": {
     "default": {
       "name": "blue",
       "brightness": 200
     }
   }
 }

It’s exporting class as: hover:primary-200 Shouldn’t it be hover:blue-200 ?