Merge pull request #299442 from tertsdiepraam/vscode-extensions-ayu

vscode-extensions.teabyii.ayu: init at 1.0.5
This commit is contained in:
Aleksana 2024-04-09 19:15:08 +08:00 committed by GitHub
commit 485722f5d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 0 deletions

View File

@ -4202,6 +4202,21 @@ let
};
};
teabyii.ayu = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "ayu";
publisher = "teabyii";
version = "1.0.5";
sha256 = "sha256-+IFqgWliKr+qjBLmQlzF44XNbN7Br5a119v9WAnZOu4=";
};
meta = {
description = "A simple theme with bright colors and comes in three versions dark, light and mirage for all day long comfortable work.";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=teabyii.ayu";
homepage = "https://github.com/ayu-theme/vscode-ayu";
license = lib.licenses.mit;
};
};
techtheawesome.rust-yew = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "rust-yew";