1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2024-11-22 02:54:21 +00:00
steffula-code/package.json

21 lines
451 B
JSON
Raw Normal View History

2022-01-10 14:37:02 +00:00
{
"name": "steffula",
"displayName": "Steffula",
"description": "Steffo's Ultimate Color Theme",
"version": "0.0.1",
"engines": {
"vscode": "^1.63.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Steffula",
"uiTheme": "vs-dark",
"path": "./themes/Steffula-color-theme.json"
}
]
}
}