Spaces:
Running
Running
| { | |
| "themes": [ | |
| { | |
| "id": "midnight", | |
| "name": "Midnight", | |
| "description": "Deep black with purple-blue neon accents", | |
| "cssFile": "tokens/theme-midnight.css", | |
| "previewColors": ["#a855f7", "#60a5fa", "#f472b6"], | |
| "version": "1.0.0", | |
| "isDefault": true | |
| }, | |
| { | |
| "id": "aurora", | |
| "name": "Aurora", | |
| "description": "Northern lights — teal and green on near-black", | |
| "cssFile": "tokens/theme-aurora.css", | |
| "previewColors": ["#2dd4bf", "#4ade80", "#a78bfa"], | |
| "version": "1.0.0", | |
| "isDefault": false | |
| }, | |
| { | |
| "id": "ember", | |
| "name": "Ember", | |
| "description": "Volcanic fire — orange and amber on deep brown-black", | |
| "cssFile": "tokens/theme-ember.css", | |
| "previewColors": ["#fb923c", "#fbbf24", "#f87171"], | |
| "version": "1.0.0", | |
| "isDefault": false | |
| }, | |
| { | |
| "id": "ocean", | |
| "name": "Ocean", | |
| "description": "Deep sea cobalt and cyan on near-black blue", | |
| "cssFile": "tokens/theme-ocean.css", | |
| "previewColors": ["#38bdf8", "#818cf8", "#2dd4bf"], | |
| "version": "1.0.0", | |
| "isDefault": false | |
| } | |
| ] | |
| } | |