vscode-extensions.piousdeer.adwaita-theme: init at 1.0.7

This commit is contained in:
wyndon 2022-06-24 00:09:56 +02:00 committed by superherointj
parent d6bfdc47db
commit 23ee5ac46a

View File

@ -1915,6 +1915,22 @@ let
};
};
piousdeer.adwaita-theme = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "adwaita-theme";
publisher = "piousdeer";
version = "1.0.7";
sha256 = "zfG9ktxOCUOJaNrWtblq+ktSMppwp1SaB/39F1qfQew=";
};
meta = with lib; {
description = "Theme for the GNOME desktop";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=piousdeer.adwaita-theme";
homepage = "https://github.com/piousdeer/vscode-adwaita";
license = licenses.gpl3;
maintainers = with maintainers; [ wyndon ];
};
};
prisma.prisma = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "prisma";