mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
vscode-extensions.egirlcatnip.adwaita-github-theme: init at 1.0.5
This commit is contained in:
parent
b5d21ab69d
commit
f59c7b1923
1 changed files with 16 additions and 0 deletions
|
@ -1672,6 +1672,22 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
egirlcatnip.adwaita-github-theme = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "adwaita-github-theme";
|
||||
publisher = "egirlcatnip";
|
||||
version = "1.0.5";
|
||||
hash = "sha256-OvonS6137ICRUV5Tx4gD3we8nrza6ZgnRSs2SxFiCjU=";
|
||||
};
|
||||
meta = {
|
||||
description = "Adwaita VS Code theme with Github syntax highlighting";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=egirlcatnip.adwaita-github-theme";
|
||||
homepage = "https://github.com/egirlcatnip/adwaita-github-theme";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [ thtrf ];
|
||||
};
|
||||
};
|
||||
|
||||
elixir-lsp.vscode-elixir-ls = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "elixir-ls";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue