Skip to content

Commit

Permalink
one-dark-theme: init at 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Dec 8, 2020
1 parent 7ad97ab commit 0f144cb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/misc/vscode-extensions/default.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 0f144cb

Please sign in to comment.