mirror of
https://github.com/claunia/ClauDark.git
synced 2025-12-16 11:14:41 +00:00
24 lines
514 B
JSON
24 lines
514 B
JSON
{
|
|
"name": "claudark",
|
|
"displayName": "ClauDark",
|
|
"description": "Dark theme preferred by claunia",
|
|
"author": {"name": "Natalia Portillo", "url": "https://github.com/claunia"},
|
|
"homepage": "https://github.com/claunia/ClauDark",
|
|
"version": "1.0.0",
|
|
"engines": {
|
|
"vscode": "^1.73.0"
|
|
},
|
|
"categories": [
|
|
"Themes"
|
|
],
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "ClauDark",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/ClauDark-color-theme.json"
|
|
}
|
|
]
|
|
}
|
|
}
|