vscode-extensions.ms-vscode.theme-tomorrowkit: init at 0.1.4

main
Victor Freire 2 years ago committed by Jonathan Ringer
parent dcd53823a4
commit c8f495b6cd
  1. 16
      pkgs/misc/vscode-extensions/default.nix

@ -1372,6 +1372,22 @@ let
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 {
extractNuGet = callPackage ./python/extract-nuget.nix { };
};

Loading…
Cancel
Save