Skip to content

Latest commit

 

History

History
30 lines (30 loc) · 862 Bytes

File metadata and controls

30 lines (30 loc) · 862 Bytes
valley-vscode-theme/
├── .vscode/
│   └── launch.json
├── themes/
│   ├── dark-01-midnight.json
│   ├── dark-02-forest.json
│   ├── dark-03-matrix.json
│   ├── dark-04-neo.json
│   ├── light-01-mint.json
│   ├── light-02-breeze.json
│   └── light-03-zen.json
├── images/
│   ├── icon.png
│   ├── icon-light.png
│   └── screenshots/
│       ├── dark-01-midnight.png
│       ├── dark-02-forest.png
│       ├── dark-03-matrix.png
│       ├── dark-04-neo.png
│       ├── light-01-mint.png
│       ├── light-02-breeze.png
│       └── light-03-zen.png
├── .vscodeignore
├── CHANGELOG.md
├── LICENSE
├── README.md
├── package.json
└── vsc-extension-quickstart.md