vscode-extensions.dracula-theme.theme-dracula: init at 2.22.3 (#114032)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Thomas Bidne 2021-02-25 13:16:49 +13:00 committed by GitHub
parent 01470b9314
commit a786e326c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,6 +189,22 @@ let
};
};
dracula-theme.theme-dracula = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "theme-dracula";
publisher = "dracula-theme";
version = "2.22.3";
sha256 = "0wni9sriin54ci8rly2s68lkfx8rj1cys6mgcizvps9sam6377w6";
};
meta = with lib; {
changelog = "https://marketplace.visualstudio.com/items/dracula-theme.theme-dracula/changelog";
description = "Dark theme for many editors, shells, and more";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=dracula-theme.theme-dracula";
homepage = "https://draculatheme.com/";
license = licenses.mit;
};
};
eamodio.gitlens = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "gitlens";