mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +00:00
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"
|
||
|
}]
|
||
|
}
|
||
|
}
|