Merge pull request #282293 from katexochen/theme-bluloco-light/init

vscode-extensions.uloco.theme-bluloco-light: init at 3.7.3
This commit is contained in:
Pol Dellaiera 2024-02-26 10:36:28 +01:00 committed by GitHub
commit 0cdf9c987b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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