Files
jetbrains-dark-new-ui/package.json
2024-09-17 20:52:55 +03:00

25 lines
644 B
JSON

{
"name": "jetbrains-dark-new-ui",
"displayName": "JetBrains Dark (New UI)",
"description": "Endeavor to replicate the default dark theme from new versions of JetBrains IDEs (like PyCharm and WebStorm)",
"version": "1.1.1",
"license": "Unlicense",
"repository": "https://github.com/kotikotprojects/jetbrains-dark-new-ui",
"publisher": "zxchhh",
"engines": {
"vscode": "^1.93.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "JetBrains Dark (New UI)",
"uiTheme": "vs-dark",
"path": "./themes/JetBrains Dark (New UI)-color-theme.json"
}
]
}
}