mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-22 02:54:21 +00:00
21 lines
451 B
JSON
21 lines
451 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|