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:
parent
01470b9314
commit
a786e326c3
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user