Merge pull request #320649 from pladypus/vscode-extension/night-owl

vscode-extensions.sdras.night-owl: init 2.0.1
This commit is contained in:
superherointj
2024-06-21 21:41:19 -03:00
committed by GitHub
2 changed files with 31 additions and 0 deletions
+6
View File
@@ -15797,6 +15797,12 @@
githubId = 4303706;
keys = [ { fingerprint = "B00F E582 FD3F 0732 EA48 3937 F558 14E4 D687 4375"; } ];
};
pladypus = {
name = "Peter Loftus";
email = "loftusp5976+nixpkgs@gmail.com";
github = "pladypus";
githubId = 56337621;
};
plchldr = {
email = "mail@oddco.de";
github = "plchldr";
@@ -3962,6 +3962,31 @@ let
};
};
sdras.night-owl = buildVscodeMarketplaceExtension rec {
mktplcRef = {
name = "night-owl";
publisher = "sdras";
version = "2.0.1";
hash = "sha256-AqfcVV9GYZ+GLgusXfij9z4WzrU9cCHp3sdZb0i6HzE=";
};
meta = {
changelog = "https://github.com/sdras/night-owl-vscode-theme/blob/main/CHANGELOG.md#${
builtins.replaceStrings [ "." ] [ "" ] mktplcRef.version
}";
description = "A Visual Studio Code theme named Light Owl for daytime usage";
longDescription = ''
A VS Code theme for the night owls out there. Now introducing
Light Owl theme for daytime usage. Decisions were based
on meaningful contrast for reading comprehension and for
optimal razzle dazzle.
'';
downloadPage = "https://marketplace.visualstudio.com/items?itemName=sdras.night-owl";
homepage = "https://github.com/sdras/night-owl-vscode-theme";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.pladypus ];
};
};
seatonjiang.gitmoji-vscode = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "seatonjiang";