vscode-extensions.nonylene.dark-molokai-theme: init at 1.0.5

This commit is contained in:
Christopher Crouse 2023-04-10 17:46:37 +02:00
parent 21f48f0d27
commit 939b4f2be9
No known key found for this signature in database
GPG Key ID: C547564DF2030C97

View File

@ -2194,6 +2194,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";