vscode-extensions.piousdeer.adwaita-theme: init at 1.0.7
This commit is contained in:
parent
d6bfdc47db
commit
23ee5ac46a
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user