stylix/modules/vscode/package.json

19 lines
368 B
JSON
Raw Normal View History

2023-04-19 08:33:49 +00:00
{
"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"
}]
}
}