mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
vscode-extensions.sainnhe.gruvbox-material: init at 6.5.2
This commit is contained in:
parent
d4e2d6e00c
commit
c952a4bfdb
@ -4133,6 +4133,23 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
sainnhe.gruvbox-material = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "gruvbox-material";
|
||||
publisher = "sainnhe";
|
||||
version = "6.5.2";
|
||||
hash = "sha256-D+SZEQQwjZeuyENOYBJGn8tqS3cJiWbEkmEqhNRY/i4=";
|
||||
};
|
||||
meta = {
|
||||
changelog = "https://marketplace.visualstudio.com/items/sainnhe.gruvbox-material/changelog";
|
||||
description = "Gruvbox Material theme VSCode extension with Material palette";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=sainnhe.gruvbox-material";
|
||||
homepage = "https://github.com/sainnhe/gruvbox-material-vscode";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ thtrf ];
|
||||
};
|
||||
};
|
||||
|
||||
samuelcolvin.jinjahtml = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "jinjahtml";
|
||||
|
Loading…
Reference in New Issue
Block a user