31 lines
614 B
JSON
31 lines
614 B
JSON
{
|
|
"name": "kawa",
|
|
"displayName": "Kawa",
|
|
"description": "A soft pink VS Code theme based on the Kawa color palette.",
|
|
"repository": "https://github.com/imnyang/kawa",
|
|
"publisher": "imnyang",
|
|
"version": "1.0.1",
|
|
"engines": {
|
|
"vscode": "^1.96.0"
|
|
},
|
|
"categories": [
|
|
"Themes"
|
|
],
|
|
"scripts": {
|
|
"build:themes": "node scripts/build-themes.js"
|
|
},
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "Kawa Dark",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/kawa-color-theme.json"
|
|
},
|
|
{
|
|
"label": "Kawa Light",
|
|
"uiTheme": "vs",
|
|
"path": "./themes/kawa-light-color-theme.json"
|
|
}
|
|
]
|
|
}
|
|
}
|