experiments in a post-browser web
at main 12 lines 289 B view raw
1{ 2 "id": "basic", 3 "type": "theme", 4 "name": "Basic", 5 "version": "1.0.0", 6 "description": "Clean, minimal theme with light and dark variants", 7 "author": "Peek", 8 "builtin": true, 9 "colorSchemes": ["light", "dark"], 10 "defaultScheme": "system", 11 "variables": "./variables.css" 12}