mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
vscode-extensions.huytd.nord-light: init at 0.1.1 (#336540)
This commit is contained in:
commit
5ab8ad934a
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user