mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
[themes] add seti theme
This commit is contained in:
20
extensions/theme-seti/package.json
Normal file
20
extensions/theme-seti/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "vscode-theme-seti",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"description": "A file icon theme made out of the Seti UI file idons",
|
||||
"publisher": "vscode",
|
||||
"scripts": {
|
||||
"update": "node ./build/update-icon-theme.js"
|
||||
},
|
||||
"engines": { "vscode": "*" },
|
||||
"contributes": {
|
||||
"iconThemes": [
|
||||
{
|
||||
"id": "vs-seti",
|
||||
"label": "Seti (Visual Studio Code)",
|
||||
"path": "./icons/vs-seti-icon-theme.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user