Unverified Commit 921dc021 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

vscode-extensions.egirlcatnip.adwaita-github-theme: init at 1.0.5 (#370261)

parents 809c96e8 f59c7b19
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -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";