mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
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:
parent
fc75ae719a
commit
14c955a77e
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user