vscode-extensions.nonylene.dark-molokai-theme: init at 1.0.5
This commit is contained in:
parent
21f48f0d27
commit
939b4f2be9
1 changed files with 17 additions and 0 deletions
|
@ -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 {
|
nvarner.typst-lsp = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "typst-lsp";
|
name = "typst-lsp";
|
||||||
|
|
Loading…
Reference in a new issue