Skip to content

Commit

Permalink
vscode-extensions.gracefulpotato.gruvbox-ish: init at 0.5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 committed Sep 1, 2024
1 parent e558165 commit a22f309
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pkgs/applications/editors/vscode/extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2163,6 +2163,23 @@ let
};
};

gracefulpotato.gruvbox-ish = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "gruvbox-ish";
publisher = "GracefulPotato";
version = "0.5.18";
hash = "sha256-cV8Waun91SF5hdCIA+CSDkkaqBuT7qyEdvtA6GGdkrk=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/GracefulPotato.gruvbox-ish/changelog";
description = "Gruvbox-like theme";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=GracefulPotato.gruvbox-ish";
homepage = "https://github.com/graceful-potato/gruvbox-ish";
license = lib.licenses.unfree;
maintainers = [ lib.maintainers.leodog896 ];
};
};

grapecity.gc-excelviewer = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "gc-excelviewer";
Expand Down

0 comments on commit a22f309

Please sign in to comment.