11.stylix/modules/vscode/package.json
stylix-automation[bot] 4cb10b3446
stylix: update all flake inputs (#1563)
Link: https://github.com/nix-community/stylix/pull/1563

Reviewed-by: Daniel Thwaites <danth@danth.me>
Co-authored-by: Daniel Thwaites <danth@danth.me>
Co-authored-by: awwpotato <awwpotato@voidq.com>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-07-08 21:27:03 +00:00

22 lines
394 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"
}
]
}
}