11.stylix/modules/vscode/package.json
Matt Sturgeon ba217a8128
flake: use biome formatter for JSON and CSS (#1394)
Link: https://github.com/nix-community/stylix/pull/1394

Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-05-28 17:55:09 +02:00

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"
}
]
}
}