vscode-extensions.ms-vscode.theme-tomorrowkit: init at 0.1.4
This commit is contained in:
parent
dcd53823a4
commit
c8f495b6cd
1 changed files with 16 additions and 0 deletions
|
@ -1372,6 +1372,22 @@ let
|
||||||
|
|
||||||
ms-vscode-remote.remote-ssh = callPackage ./remote-ssh { };
|
ms-vscode-remote.remote-ssh = callPackage ./remote-ssh { };
|
||||||
|
|
||||||
|
ms-vscode.theme-tomorrowkit = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "Theme-TomorrowKit";
|
||||||
|
publisher = "ms-vscode";
|
||||||
|
version = "0.1.4";
|
||||||
|
sha256 = "sha256-qakwJWak+IrIeeVcMDWV/fLPx5M8LQGCyhVt4TS/Lmc=";
|
||||||
|
};
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Additional Tomorrow and Tomorrow Night themes for VS Code. Based on the TextMate themes.";
|
||||||
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-vscode.Theme-TomorrowKit";
|
||||||
|
homepage = "https://github.com/microsoft/vscode-themes";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ ratsclub ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
ms-python.python = callPackage ./python {
|
ms-python.python = callPackage ./python {
|
||||||
extractNuGet = callPackage ./python/extract-nuget.nix { };
|
extractNuGet = callPackage ./python/extract-nuget.nix { };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue