mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #188811 from NULLx76/vscode-catppuccin
This commit is contained in:
commit
df791b3c24
@ -538,6 +538,21 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
catppuccin.catppuccin-vsc = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "catppuccin-vsc";
|
||||||
|
publisher = "catppuccin";
|
||||||
|
version = "2.1.0";
|
||||||
|
sha256 = "sha256-1pX9NQxW2Rm9p912Pn7QmLmXPI7EmiXTnCLWsIQNFhY=";
|
||||||
|
};
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Soothing pastel theme for VSCode";
|
||||||
|
license = licenses.mit;
|
||||||
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc";
|
||||||
|
maintainers = with maintainers; [ nullx76 ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
chenglou92.rescript-vscode = callPackage ./rescript { };
|
chenglou92.rescript-vscode = callPackage ./rescript { };
|
||||||
|
|
||||||
christian-kohler.path-intellisense = buildVscodeMarketplaceExtension {
|
christian-kohler.path-intellisense = buildVscodeMarketplaceExtension {
|
||||||
|
Loading…
Reference in New Issue
Block a user