one-dark-theme: init at 1.7.2

This commit is contained in:
figsoda 2020-12-08 18:42:29 -05:00
parent 7ad97abae7
commit 0f144cb8b5

View File

@ -144,6 +144,18 @@ let
};
};
mskelton.one-dark-theme = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "one-dark-theme";
publisher = "mskelton";
version = "1.7.2";
sha256 = "1ks6z8wsxmlfhiwa51f7d6digvw11dlxc7mja3hankgxcf5dyj31";
};
meta = {
license = stdenv.lib.licenses.mit;
};
};
ms-azuretools.vscode-docker = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-docker";