Merge pull request #188811 from NULLx76/vscode-catppuccin

authored by Sandro and committed by GitHub df791b3c af482381

+15
+15
pkgs/applications/editors/vscode/extensions/default.nix
··· 538 538 }; 539 539 }; 540 540 541 + catppuccin.catppuccin-vsc = buildVscodeMarketplaceExtension { 542 + mktplcRef = { 543 + name = "catppuccin-vsc"; 544 + publisher = "catppuccin"; 545 + version = "2.1.0"; 546 + sha256 = "sha256-1pX9NQxW2Rm9p912Pn7QmLmXPI7EmiXTnCLWsIQNFhY="; 547 + }; 548 + meta = with lib; { 549 + description = "Soothing pastel theme for VSCode"; 550 + license = licenses.mit; 551 + downloadPage = "https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc"; 552 + maintainers = with maintainers; [ nullx76 ]; 553 + }; 554 + }; 555 + 541 556 chenglou92.rescript-vscode = callPackage ./rescript { }; 542 557 543 558 christian-kohler.path-intellisense = buildVscodeMarketplaceExtension {