feat: vscode, firefox changes

This commit is contained in:
Kat Inskip 2025-02-16 17:50:42 -08:00
parent 78d83cd757
commit 9ded484993
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
9 changed files with 49 additions and 21 deletions

19
packages/outrun.nix Normal file
View file

@ -0,0 +1,19 @@
{
lib,
vscode-utils,
}:
vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "outrun";
publisher = "samrapdev";
version = "0.2.2";
hash = "sha256-d0LPpUQbz9g9Scv24oS13vQ0X4lA35unRBgRWM+G+5s=";
};
meta = {
description = "A theme for VS Code inspired by the colors, style, and culture of the synthwave music scene.";
homepage = "https://github.com/samrap/outrun-theme-vscode";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=samrapdev.outrun";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [pandapip1];
};
}