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:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user