Merge pull request #225583 from amz-x/vsc-ext-dark-molokai-theme

vscode-extensions.nonylene.dark-molokai-theme: init at 1.0.5
This commit is contained in:
Bobby Rong 2023-04-11 00:15:55 +08:00 committed by GitHub
commit b677cbb95b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 0 deletions

View file

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

View file

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