mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 18:44:19 +00:00
21 lines
No EOL
451 B
JSON
21 lines
No EOL
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"
|
|
}
|
|
]
|
|
}
|
|
} |