about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-04-10 23:39:58 +0800
committerGitHub <noreply@github.com>2023-04-10 23:39:58 +0800
commitfc6da83c94885b34a2691809d0afedf0711c19be (patch)
tree515f8d8d638ea5b6ca0b372ac7104fd740f56fc7 /pkgs/applications/editors
parente4daee5b6ed750069a124721ca13230985fbf9c1 (diff)
parent476edc5035a760e8805591b82e4696e431bb3b30 (diff)
Merge pull request #225034 from Stunkymonkey/vsc-material-theme
vscode-extensions.equinusocio.vsc-material-theme: init 33.8.0
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index ea64eeacfdc6c..3ffc895cb7fc9 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -1056,6 +1056,23 @@ let
         };
       };
 
+      equinusocio.vsc-material-theme = buildVscodeMarketplaceExtension {
+        mktplcRef = {
+          name = "vsc-material-theme";
+          publisher = "Equinusocio";
+          version = "33.8.0";
+          sha256 = "sha256-+I4AUwsrElT62XNvmuAC2iBfHfjNYY0bmAqzQvfwUYM=";
+        };
+        meta = {
+          changelog = "https://marketplace.visualstudio.com/items/Equinusocio.vsc-material-theme/changelog";
+          description = "The most epic theme now for Visual Studio Code";
+          downloadPage = "https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme";
+          homepage = "https://github.com/material-theme/vsc-material-theme";
+          license = lib.licenses.asl20;
+          maintainers = [ lib.maintainers.stunkymonkey ];
+        };
+      };
+
       esbenp.prettier-vscode = buildVscodeMarketplaceExtension {
         mktplcRef = {
           name = "prettier-vscode";