vscode-extensions.huytd.nord-light: init at 0.1.1 (#336540)

This commit is contained in:
Pol Dellaiera 2024-08-26 16:10:40 +02:00 committed by GitHub
commit 5ab8ad934a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 22 additions and 0 deletions

View File

@ -6807,6 +6807,12 @@
name = "Sebastian Neubauer";
keys = [ { fingerprint = "2F93 661D AC17 EA98 A104 F780 ECC7 55EE 583C 1672"; } ];
};
Flameopathic = {
email = "flameopathic@gmail.com";
github = "Flameopathic";
githubId = 64027365;
name = "Erin Pletches";
};
flandweber = {
email = "finn@landweber.xyz";
github = "flandweber";

View File

@ -2357,6 +2357,22 @@ let
};
};
huytd.nord-light = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "nord-light";
publisher = "huytd";
version = "0.1.1";
hash = "sha256-q2GG3j5j3CLGF02J7/plywKLkhUmm2Gn3MiSVmiZ+48=";
};
meta = {
description = "Light theme for VSCode based on the Nord color palette";
license = lib.licenses.mit;
downloadPage = "https://marketplace.visualstudio.com/items?itemName=huytd.nord-light";
homepage = "https://github.com/huytd/vscode-nord-light";
maintainers = [ lib.maintainers.Flameopathic ];
};
};
ibm.output-colorizer = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "output-colorizer";