diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 256d0a2c92f4..92173831978d 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -850,6 +850,12 @@ githubId = 858965; name = "Andrew Morsillo"; }; + amz-x = { + email = "mail@amz-x.com"; + github = "amz-x"; + githubId = 18249234; + name = "Christopher Crouse"; + }; AnatolyPopov = { email = "aipopov@live.ru"; github = "AnatolyPopov"; diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index 3ffc895cb7fc..70f1de32f95f 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -2211,6 +2211,23 @@ let }; }; + nonylene.dark-molokai-theme = buildVscodeMarketplaceExtension { + mktplcRef = { + name = "dark-molokai-theme"; + publisher = "nonylene"; + version = "1.0.5"; + sha256 = "sha256-2qjV6iSz8DDU1yP1II9sxGSgiETmEtotFvfNjm+cTuI="; + }; + meta = { + changelog = "https://marketplace.visualstudio.com/items/nonylene.dark-molokai-theme/changelog"; + description = "Theme inspired by VSCode default dark theme, monokai theme and Vim Molokai theme"; + downloadPage = "https://marketplace.visualstudio.com/items?itemName=nonylene.dark-molokai-theme"; + homepage = "https://github.com/nonylene/vscode-dark-molokai-theme"; + license = lib.licenses.mit; + maintainers = [ lib.maintainers.amz-x ]; + }; + }; + nvarner.typst-lsp = buildVscodeMarketplaceExtension { mktplcRef = { name = "typst-lsp";