mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 22:19:17 +03:00
vscode-extensions.sdras.night-owl: init at 2.0.1
This commit is contained in:
parent
35dfce7af5
commit
d78c0a37df
1 changed files with 25 additions and 0 deletions
|
@ -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 {
|
seatonjiang.gitmoji-vscode = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
publisher = "seatonjiang";
|
publisher = "seatonjiang";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue