vscode-extensions.sdras.night-owl: init at 2.0.1

This commit is contained in:
Peter Loftus 2024-06-17 20:19:21 -04:00
parent 35dfce7af5
commit d78c0a37df

View file

@ -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";