Link: https://github.com/nix-community/stylix/pull/1394 Reviewed-by: awwpotato <awwpotato@voidq.com> Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
20 lines
386 B
JSON
20 lines
386 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"
|
|
}
|
|
]
|
|
}
|
|
}
|