Merge pull request #320669 from uncenter/pr-024f6ff7

vscode-extensions.zguolee.tabler-icons: init at 0.3.4
This commit is contained in:
superherointj 2024-06-18 00:00:53 -03:00 committed by GitHub
commit 0eae27da82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5087,6 +5087,22 @@ let
};
};
zguolee.tabler-icons = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "tabler-icons";
publisher = "zguolee";
version = "0.3.4";
hash = "sha256-0XvB9UXqKHbL/ejUfciSvFzZ3GacaQ7pq6hJqRaxq+8=";
};
meta = {
description = "Tabler product icon theme for Visual Studio Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=zguolee.tabler-icons";
homepage = "https://github.com/zguolee/vscode-tabler-icons";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.uncenter ];
};
};
zhuangtongfa.material-theme = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "material-theme";