19 lines
368 B
JSON
19 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"
|
|
}]
|
|
}
|
|
}
|