18 lines
349 B
JSON
18 lines
349 B
JSON
{
|
|
"name": "theme-kimbie-dark",
|
|
"displayName": "%displayName%",
|
|
"description": "%description%",
|
|
"version": "1.0.0",
|
|
"publisher": "vscode",
|
|
"license": "MIT",
|
|
"engines": { "vscode": "*" },
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "Kimbie Dark",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/kimbie-dark-color-theme.json"
|
|
}
|
|
]
|
|
}
|
|
} |