Commit 3f525f2c authored by Yoav Lavi's avatar Yoav Lavi
Browse files

vscode-extensions.enkia.tokyo-night: init at 1.0.0

parent fb22f5b8
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -1266,6 +1266,22 @@ let
        };
      };

      enkia.tokyo-night = buildVscodeMarketplaceExtension {
        mktplcRef = {
          name = "tokyo-night";
          publisher = "enkia";
          version = "1.0.0";
          sha256 = "sha256-/fM+aUDUzVJ6P38i+GrxhLv2eLJNa8OFkKsM4yPBy4c=";
        };
        meta = {
          changelog = "https://marketplace.visualstudio.com/items/enkia.tokyo-night/changelog";
          description = "A clean Visual Studio Code theme that celebrates the lights of Downtown Tokyo at night";
          downloadPage = "https://marketplace.visualstudio.com/items?itemName=enkia.tokyo-night";
          homepage = "https://github.com/enkia/tokyo-night-vscode-theme";
          license = lib.licenses.mit;
        };
      };

      equinusocio.vsc-material-theme = buildVscodeMarketplaceExtension {
        mktplcRef = {
          name = "vsc-material-theme";