Skip to content

Commit

Permalink
vscode-extensions.egirlcatnip.adwaita-github-theme: init at 1.0.5 (Ni…
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Jan 2, 2025
2 parents 809c96e + f59c7b1 commit 921dc02
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pkgs/applications/editors/vscode/extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1672,6 +1672,22 @@ let
};
};

egirlcatnip.adwaita-github-theme = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "adwaita-github-theme";
publisher = "egirlcatnip";
version = "1.0.5";
hash = "sha256-OvonS6137ICRUV5Tx4gD3we8nrza6ZgnRSs2SxFiCjU=";
};
meta = {
description = "Adwaita VS Code theme with Github syntax highlighting";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=egirlcatnip.adwaita-github-theme";
homepage = "https://github.com/egirlcatnip/adwaita-github-theme";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ thtrf ];
};
};

elixir-lsp.vscode-elixir-ls = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "elixir-ls";
Expand Down

0 comments on commit 921dc02

Please sign in to comment.