vscode-extensions.enkia.tokyo-night: init at 1.0.0
This commit is contained in:
parent
fb22f5b887
commit
3f525f2cb9
1 changed files with 16 additions and 0 deletions
|
@ -1266,6 +1266,22 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enkia.tokyo-night = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "tokyo-night";
|
||||||
|
publisher = "enkia";
|
||||||
|
version = "1.0.0";
|
||||||
|
sha256 = "sha256-/fM+aUDUzVJ6P38i+GrxhLv2eLJNa8OFkKsM4yPBy4c=";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
changelog = "https://marketplace.visualstudio.com/items/enkia.tokyo-night/changelog";
|
||||||
|
description = "A clean Visual Studio Code theme that celebrates the lights of Downtown Tokyo at night";
|
||||||
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=enkia.tokyo-night";
|
||||||
|
homepage = "https://github.com/enkia/tokyo-night-vscode-theme";
|
||||||
|
license = lib.licenses.mit;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
equinusocio.vsc-material-theme = buildVscodeMarketplaceExtension {
|
equinusocio.vsc-material-theme = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "vsc-material-theme";
|
name = "vsc-material-theme";
|
||||||
|
|
Loading…
Reference in a new issue