stylix/modules/vscode/package.json
Daniel Thwaites 936d97a057
Fix VSCode module 👽
2023-04-19 09:33:49 +01:00

18 lines
368 B
JSON

{
"name": "stylix",
"displayName": "Stylix",
"version": "0.0.0",
"publisher": "stylix",
"description": "Theme configured via NixOS or Home Manager.",
"categories": [ "Themes" ],
"engines": {
"vscode": "^1.43.0"
},
"contributes": {
"themes": [{
"label": "Stylix",
"uiTheme": "vs",
"path": "./themes/stylix.json"
}]
}
}