vscode-extensons.github.github-vscode-theme: init at 1.1.5

This commit is contained in:
Hugo Lageneste 2021-01-12 21:24:48 +01:00
parent 5322c1f7d7
commit 55eba0761f
No known key found for this signature in database
GPG Key ID: F62897BB4BF7B96A

View File

@ -143,6 +143,22 @@ let
};
};
github.github-vscode-theme = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "github-vscode-theme";
publisher = "github";
version = "1.1.5";
sha256 = "10f0098cce026d1f0c855fb7a66ea60b5d8acd2b76126ea94fe7361e49cd9ed2";
};
meta = with lib; {
description = "GitHub theme for VS Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme";
homepage = "https://github.com/primer/github-vscode-theme";
license = licenses.mit;
maintainers = with maintainers; [ hugolgst ];
};
};
golang.Go = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "Go";