```
readme-theme/
├── assets/
│   ├── js/
│   │   └── theme.js
│   ├── css/
│   │   └── theme.css
│   └── images/
├── switch/
│   ├── dark.json
│   ├── light.json
│   └── system.json
├── theme.js
|── theme.schema.json
├── README.md
└── LICENSE
```