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}