vscode-extensions.uloco.theme-bluloco-light: init at 3.7.3

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2024-01-20 11:11:22 +01:00
parent fc75ae719a
commit 14c955a77e

View File

@ -3569,6 +3569,24 @@ let
};
};
uloco.theme-bluloco-light = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "theme-bluloco-light";
publisher = "uloco";
version = "3.7.3";
sha256 = "1il557x7c51ic9bjq7z431105m582kig9v2vpy3k2z3xhrbb0211";
};
postInstall = ''
rm -r $out/share/vscode/extensions/uloco.theme-bluloco-light/screenshots
'';
meta = {
description = "A fancy but yet sophisticated light designer color scheme / theme for Visual Studio Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=uloco.theme-bluloco-light";
homepage = "https://github.com/uloco/theme-bluloco-light";
license = lib.licenses.lgpl3;
};
};
unifiedjs.vscode-mdx = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-mdx";