From d78c0a37dfd7fba815245631b373fd2bc73450f5 Mon Sep 17 00:00:00 2001 From: Peter Loftus Date: Mon, 17 Jun 2024 20:19:21 -0400 Subject: vscode-extensions.sdras.night-owl: init at 2.0.1 --- .../editors/vscode/extensions/default.nix | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'pkgs/applications/editors') diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index 770a646f4d942..b4e0a91941302 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -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"; -- cgit 1.4.1