Unverified Commit 786d64fb authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

vscode-extensions.miguelsolorio.min-theme: init at 1.5.0 (#419254)

parents ddbf495e 842e50a0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3204,6 +3204,8 @@ let
        };
      };

      miguelsolorio.min-theme = callPackage ./miguelsolorio.min-theme { };

      mikestead.dotenv = buildVscodeMarketplaceExtension {
        mktplcRef = {
          name = "dotenv";
+16 −0
Original line number Diff line number Diff line
{ lib, vscode-utils }:

vscode-utils.buildVscodeMarketplaceExtension {
  mktplcRef = {
    name = "min-theme";
    publisher = "miguelsolorio";
    version = "1.5.0";
    hash = "sha256-DF/9OlWmjmnZNRBs2hk0qEWN38RcgacdVl9e75N8ZMY=";
  };
  meta = {
    description = "Minimal theme for VS Code that comes in dark and light";
    downloadPage = "https://marketplace.visualstudio.com/items?itemName=miguelsolorio.min-theme";
    homepage = "https://github.com/miguelsolorio/min-theme";
    license = lib.licenses.mit;
  };
}