From 35dfce7af5705460cf36c1170df81e5b17bdbc38 Mon Sep 17 00:00:00 2001 From: Peter Loftus Date: Fri, 21 Jun 2024 18:55:21 -0400 Subject: [PATCH 1/2] maintainers: add pladypus --- maintainers/maintainer-list.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 3cee0e540f84..10a648534be6 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -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"; From d78c0a37dfd7fba815245631b373fd2bc73450f5 Mon Sep 17 00:00:00 2001 From: Peter Loftus Date: Mon, 17 Jun 2024 20:19:21 -0400 Subject: [PATCH 2/2] vscode-extensions.sdras.night-owl: init at 2.0.1 --- .../editors/vscode/extensions/default.nix | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index 770a646f4d94..b4e0a9194130 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";