Updating Zed extension repo fork#1
Merged
Merged
Conversation
## New Extension: Sergio's Tech Code in Black (OLED Theme) **Extension ID:** sergio-tech-code-black-theme **Version:** 1.0.0 **Type:** Theme ### Description OLED-friendly dark theme for Zed with pure black backgrounds and red accent colors. Designed for OLED displays. ### Checklist - [x] Extension ID ends with -theme - [x] MIT License included - [x] extension.toml with all required fields - [x] Theme follows v0.2.0 schema - [x] No use of zed or extension in name --------- Co-authored-by: MrSubidubi <dev@bahn.sh>
## Adds atlas-ragnarok A dark theme: tech-blue thunder above, crimson fire below, pure black through the middle. Built on the syntactic structure of Vesper, with the warm-accent family remapped to a Tailwind blue gradient. - **Repo**: https://github.com/AyoubTadlaoui/atlas-ragnarok - **Pinned to**: [v1.2.3](https://github.com/AyoubTadlaoui/atlas-ragnarok/releases/tag/v1.2.3) - **Theme file**: [`editors/zed/themes/atlas-ragnarok.json`](https://github.com/AyoubTadlaoui/atlas-ragnarok/blob/v1.2.3/editors/zed/themes/atlas-ragnarok.json) - **Manifest**: [`editors/zed/extension.toml`](https://github.com/AyoubTadlaoui/atlas-ragnarok/blob/v1.2.3/editors/zed/extension.toml) - **License**: MIT - **Already on**: Open VSX ([listing](https://open-vsx.org/extension/AyoubTadlaoui/atlas-ragnarok)) ### Checklist - [x] I have tested the extension locally - [x] The theme is licensed under MIT - [x] Submodule pinned to a tagged release (v1.2.3) - [x] Entry placed alphabetically (between `astro` and `atom-one-theme`) --------- Co-authored-by: Ayoub Tadlaoui <AyoubTadlaoui@users.noreply.github.com>
Adds **Chalice**, a minimalistic dark/light color theme port of [Artem Laman's Chalice for VSCode](https://github.com/artlaman/chalice-color-theme) (MIT-licensed) to Zed. ## What's in this PR - New submodule `extensions/chalice` pinned to v0.1.0 (`huangkairan/chalice-theme-zed`) - New entry in `extensions.toml` ## Variants - **Chalice Dark** — low-contrast teal / green / violet on near-black - **Chalice Light** — earthy browns / blues on warm off-white Chalice highlights only strings, numbers, comments, and global definitions; everything else uses the editor foreground (no italics, no bold). The goal is to reduce visual noise. ## Checks - [x] Repository contains an MIT `LICENSE` file - [x] `pnpm sort-extensions` run - [x] `pnpm test` passes locally (111/111) - [x] Local validation script passes for both theme JSON files - [x] Source repo tagged `v0.1.0`
## DevGlobe — Coding activity tracker for developers [DevGlobe](https://devglobe.xyz) tracks your coding time per language, repo, file and editor, and builds a public developer profile with your stats, projects and links. It also includes a 3D globe showing developers coding live around the world, so you can discover other developers and the projects they're working on. This extension brings DevGlobe tracking to Zed. ### How it works - A lightweight Language Server receives `didOpen`/`didChange`/`didSave` events - Sends a heartbeat every 30 seconds while you're actively coding - Pauses automatically after 1 minute of inactivity - Detects programming language, git repository (multi-provider), and city-level location - File paths are always relative to the git repo root — never absolute home paths ### Features - Per-language, per-repo, per-file coding time tracking - 80+ languages supported - Multi-provider git detection (GitHub, GitLab, Bitbucket, self-hosted Gitea, Azure DevOps) - Status message visible on your developer profile - Offline detection with auto-recovery - Local privacy flags (`hide_file_names`, `hide_branch_names`, `hide_project_names`) in `~/.devglobe/config.toml` - Public developer profile with stats, projects and links ### Requirements - A DevGlobe API key from [devglobe.xyz/dashboard/settings](https://devglobe.xyz/dashboard/settings) ### Privacy No source code, file contents, or keystrokes are sent. Only programming language, editor name, OS, coding time, optional git repo URL, branch, and the file path relative to your repo root. **Repository:** https://github.com/devglobe-xyz/zed-devglobe **License:** MIT --- ### Addressing previous feedback (from #5841) This resubmission no longer ships the language server with the extension. The Rust extension now downloads the prebuilt `devglobe-core` binary for the user's platform from [GitHub Releases](https://github.com/Nako0/devglobe-extension/releases/tag/core-v2.0.0) at first activation, following the same pattern as `wakatime/zed-wakatime` and `sachk/aw-watcher-zed`. The previous bundled `server/` directory has been removed entirely.
Support for maps Improved LSP is now aware of include statements
Catches the Zed extension up on Lisette grammar additions since v0.1.0.
## Summary - Adds a new dark theme inspired by Hatsune Miku's color palette - Deep charcoal backgrounds with teal/cyan accents - Tested locally as a dev extension ## Extension details - Extension repository: https://github.com/yuzukq/zed-theme-Resonance-with-HatsuneMiku --------- Co-authored-by: MrSubidubi <dev@bahn.sh>
I re-read [https://zed.dev/docs/extensions/developing-extensions#extension-publishing-prerequisites](https://zed.dev/docs/extensions/developing-extensions#extension-publishing-prerequisites) and believe I've performed steps 1-3 correctly. I also re-read [https://github.com/zed-industries/extensions/blob/main/CONTRIBUTING.md](https://github.com/zed-industries/extensions/blob/main/CONTRIBUTING.md) and believe this theme is novel and follows the practices outlined there. I have tested this theme as a dev extension and confirm that it works. Please let me know what I've done wrong if this PR is rejected. Thanks! --------- Co-authored-by: Finn Evers <finn.evers@outlook.de>
This PR adds the `falcon-theme` extension to the Zed extensions registry. > `falcon-theme` is a gentle, eye-friendly theme designed to protect your eyesight. It provides a soft and comfortable visual experience, aiming to reduce eye strain during long coding sessions. ## Checklist - [x] Extension has a license (MIT) - [x] extension.toml is valid with all required fields (id, name, version, schema_version, authors, description, repository) - [x] Version in extensions.toml matches extension.toml (1.0.10) - [x] Ran pnpm sort-extensions - [x] Theme JSON files include $schema reference
This adds a new theme extension that themes Zed in a manner similar to the IRIX Terminal of olden times. I took the colour palette from ghostty/iTerm2's theme of the same name. I used extensions/iterm2-default-theme as an example for how to have this laid out. I used Claude to walk through figuring out how the iterm2-default-theme extension had taken the colours from said theme and applied them to the various elements in a zed theme, and had it do the same with the colours from the IRIX Terminal theme.
A dark purple and yellow theme for Zed, inspired by the [Blueberry Banana VSCode theme](https://github.com/PeterShershov/blueberry-banana-vscode-theme) by PeterShershov.
## Summary Adds the **Birds of Paradise** theme — a warm, brown-based, light-on-dark theme. Port of Joe Bergantine's original theme (created for Panic's Coda, later adapted to TextMate as [textmate/Birds-of-Paradise-for-TextMate](https://github.com/textmate/Birds-of-Paradise-for-TextMate)) to Zed's `v0.2.0` theme schema. - Repo: https://github.com/LoganBresnahan/birds-of-paradise-zed - License: BSD-3-Clause (inherited from upstream; Bergantine's original copyright preserved) - Version: `0.1.0` ## Test plan - [x] Theme loads in Zed and is selectable from the theme picker - [x] `extension.toml` validates - [x] `themes/birds-of-paradise.json` validates against `https://zed.dev/schema/themes/v0.2.0.json` - [x] Submodule is on `main` branch (non-detached) and uses HTTPS - [x] `node src/sort-extensions.js` produces no further changes - [x] LICENSE present at repo root (BSD-3-Clause, accepted license) 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Updates the DevGlobe extension to 2.0.1. This release fixes the `repository` URL in the manifest (the previous value pointed to a repo under a namespace that doesn't exist; fixed to https://github.com/devglobe-xyz/zed-devglobe). No code changes.
## Summary • Update Dependi extension submodule to v1.9.0 • Includes pnpm workspace catalog support • Includes latest dependency updates and Cargo parser fixes ## Type chore Co-authored-by: Mathieu Piton <27002047+mpiton@users.noreply.github.com>
Adds the **Jubby** theme which is a dark theme inspired by Tokyo Night and LazyVim :) It has purple-ish tinted backgrounds, pink keywords, teal strings, gold types, purple brackets and so on, here are some screenshot below -> <img width="1624" height="1056" alt="Screenshot 2026-03-09 at 4 43 04 PM" src="https://github.com/user-attachments/assets/e5e3b9fe-cb19-49d4-af12-defd2afffb39" /> <img width="1624" height="1056" alt="Screenshot 2026-03-09 at 4 47 13 PM" src="https://github.com/user-attachments/assets/4793f667-a2dd-41de-968d-54132f57c260" /> <img width="1624" height="1056" alt="Screenshot 2026-03-09 at 4 48 41 PM" src="https://github.com/user-attachments/assets/ff202266-a588-4c52-a599-1bce91a21dcb" /> - Repository: https://github.com/zeke-john/jubby-theme - Author: Zeke John --------- Co-authored-by: Finn Evers <finn@zed.dev>
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [semver](https://redirect.github.com/npm/node-semver) | [`7.7.4` → `7.8.0`](https://renovatebot.com/diffs/npm/semver/7.7.4/7.8.0) |  |  | --- ### Release Notes <details> <summary>npm/node-semver (semver)</summary> ### [`v7.8.0`](https://redirect.github.com/npm/node-semver/blob/HEAD/CHANGELOG.md#780-2026-05-08) [Compare Source](https://redirect.github.com/npm/node-semver/compare/v7.7.4...v7.8.0) ##### Features - [`0d0a0a2`](https://redirect.github.com/npm/node-semver/commit/0d0a0a2582fb1486bc6cd255ba18819c441ed149) [#​855](https://redirect.github.com/npm/node-semver/pull/855) Add `truncate` function ([#​855](https://redirect.github.com/npm/node-semver/issues/855)) ([@​pjohnmeyer](https://redirect.github.com/pjohnmeyer), [@​owlstronaut](https://redirect.github.com/owlstronaut)) ##### Bug Fixes - [`3905343`](https://redirect.github.com/npm/node-semver/commit/3905343045dc293c3694d5e46170b1bb1fb5cf58) [#​859](https://redirect.github.com/npm/node-semver/pull/859) Warn when defaulting to --inc=patch in CLI ([@​pjohnmeyer](https://redirect.github.com/pjohnmeyer)) ##### Documentation - [`c368af6`](https://redirect.github.com/npm/node-semver/commit/c368af612e521767e960419e6388c5129c857984) [#​853](https://redirect.github.com/npm/node-semver/pull/853) fix typos in documentation ([#​853](https://redirect.github.com/npm/node-semver/issues/853)) ([@​ankitkumar572005](https://redirect.github.com/ankitkumar572005)) - [`37776c3`](https://redirect.github.com/npm/node-semver/commit/37776c31e2f3448fd852c975888e37b03efe9afe) [#​846](https://redirect.github.com/npm/node-semver/pull/846) fix BNF grammar to distinguish prerelease from build identifiers ([#​846](https://redirect.github.com/npm/node-semver/issues/846)) ([@​abhu85](https://redirect.github.com/abhu85), [@​claude](https://redirect.github.com/claude)) ##### Chores - [`9542e09`](https://redirect.github.com/npm/node-semver/commit/9542e09ebcd89e916777d35eba868061dad9ed7d) [#​860](https://redirect.github.com/npm/node-semver/pull/860) template-oss-apply ([@​owlstronaut](https://redirect.github.com/owlstronaut)) - [`937bc2c`](https://redirect.github.com/npm/node-semver/commit/937bc2cd8721db14745c9be123078c44e77a86ef) [#​860](https://redirect.github.com/npm/node-semver/pull/860) `template-oss-apply@5.0.0` ([@​owlstronaut](https://redirect.github.com/owlstronaut)) - [`6946fef`](https://redirect.github.com/npm/node-semver/commit/6946fefa57bd5e191871a4738b28ca673e003527) [#​852](https://redirect.github.com/npm/node-semver/pull/852) bump [@​npmcli/template-oss](https://redirect.github.com/npmcli/template-oss) from 4.29.0 to 4.30.0 ([#​852](https://redirect.github.com/npm/node-semver/issues/852)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot], [@​npm-cli-bot](https://redirect.github.com/npm-cli-bot)) </details> --- ### Configuration 📅 **Schedule**: (in timezone America/New_York) - Branch creation - "after 3pm on Wednesday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/zed-industries/extensions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODUuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE4NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhbGxvdy1uby1leHRlbnNpb24iXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [vitest](https://vitest.dev) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`4.1.6` → `4.1.7`](https://renovatebot.com/diffs/npm/vitest/4.1.6/4.1.7) |  |  | --- ### Release Notes <details> <summary>vitest-dev/vitest (vitest)</summary> ### [`v4.1.7`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v4.1.7) [Compare Source](https://redirect.github.com/vitest-dev/vitest/compare/v4.1.6...v4.1.7) ##### 🐞 Bug Fixes - **runner**: Limit concurrency per task branch in addition to per leaf callbacks (backport) - by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [#​10384](https://redirect.github.com/vitest-dev/vitest/issues/10384) [<samp>(4f0f2)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/4f0f2a1ee) ##### [View changes on GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v4.1.6...v4.1.7) </details> --- ### Configuration 📅 **Schedule**: (in timezone America/New_York) - Branch creation - "after 3pm on Wednesday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/zed-industries/extensions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODUuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE4NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhbGxvdy1uby1leHRlbnNpb24iXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@aws-sdk/client-s3](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3) ([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3)) | [`3.1047.0` → `3.1051.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.1047.0/3.1051.0) |  |  | --- ### Release Notes <details> <summary>aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)</summary> ### [`v3.1051.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#310510-2026-05-20) [Compare Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.1050.0...v3.1051.0) **Note:** Version bump only for package [@​aws-sdk/client-s3](https://redirect.github.com/aws-sdk/client-s3) ### [`v3.1050.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#310500-2026-05-19) [Compare Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.1049.0...v3.1050.0) **Note:** Version bump only for package [@​aws-sdk/client-s3](https://redirect.github.com/aws-sdk/client-s3) ### [`v3.1049.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#310490-2026-05-18) [Compare Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.1048.0...v3.1049.0) ##### Bug Fixes - **client-sts:** update imports to new module locations ([#​8025](https://redirect.github.com/aws/aws-sdk-js-v3/issues/8025)) ([be183b6](https://redirect.github.com/aws/aws-sdk-js-v3/commit/be183b6d7ac286e626f0301cbee2ca5101e87acb)) ### [`v3.1048.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#310480-2026-05-15) [Compare Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.1047.0...v3.1048.0) **Note:** Version bump only for package [@​aws-sdk/client-s3](https://redirect.github.com/aws-sdk/client-s3) </details> --- ### Configuration 📅 **Schedule**: (in timezone America/New_York) - Branch creation - "after 3pm on Wednesday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/zed-industries/extensions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODUuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE4NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhbGxvdy1uby1leHRlbnNpb24iXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@tsconfig/node22](https://redirect.github.com/tsconfig/bases) ([source](https://redirect.github.com/tsconfig/bases/tree/HEAD/bases)) → [@tsconfig/node24](https://redirect.github.com/tsconfig/bases) | | replacement | `22` → `24` | | [@tsconfig/node22](https://redirect.github.com/tsconfig/bases) ([source](https://redirect.github.com/tsconfig/bases/tree/HEAD/bases)) → [@tsconfig/node24](https://redirect.github.com/tsconfig/bases) | devDependencies | replacement | [`22.0.5` → `24.0.0`](https://renovatebot.com/diffs/npm/@tsconfig%2fnode22/22.0.5/) | This is a special PR that replaces `@tsconfig/node22` with the community suggested minimal stable replacement version. --- ### Configuration 📅 **Schedule**: (in timezone America/New_York) - Branch creation - "after 3pm on Wednesday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/zed-industries/extensions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zNi4yIiwidXBkYXRlZEluVmVyIjoiNDMuMTEwLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFsbG93LW5vLWV4dGVuc2lvbiJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Updating OpenCode extension to v1.15.6
Co-authored-by: Finn Evers <finn.evers@outlook.de> Co-authored-by: Finn Evers <finn@zed.dev>
Update Alpental-theme to 0.0.9 which adds diff_hunk background support
New theme extension: Jemini - Repository: [https://github.com/iamguba/zed-jemini-theme](https://github.com/iamguba/zed-jemini-theme) - Version: 0.0.1 - Includes: Initial commit of the Jemini theme submodule. --------- Co-authored-by: Finn Evers <finn@zed.dev> Co-authored-by: MrSubidubi <dev@bahn.sh>
## Add Awsum extension Adds support for [Awsum](https://awsum-lang.org) — a small functional language that compiles to LLVM, JVM, CLR, WASM, and JS with identical stdout on every target. ### Extension - Source: [awsum-lang/awsum-zed](https://github.com/awsum-lang/awsum-zed) - Pinned to tag [v0.0.4](https://github.com/awsum-lang/awsum-zed/releases/tag/v0.0.4) - License: MIT (in the repo root) - Extension ID: `awsum` (does not contain `zed` / `Zed` / `extension`) ### Features Thin LSP client to `awsum lsp --stdio` (subcommand of the `awsum` compiler binary). Every editor feature is computed inside the compiler and pushed over LSP: - Syntax highlighting via [`awsum-lang/tree-sitter-awsum`](https://github.com/awsum-lang/tree-sitter-awsum) (commit-pinned in `extension.toml`) - Format on save - Inline diagnostics (errors + warnings) - Quick fixes (compiler-supplied code actions) - Document outline / breadcrumbs - Workspace symbol search ### Runtime dependency Per the «language extensions must not ship the language server itself» rule: the extension does not bundle the LSP server. It shells out via the Zed Extension API to the `awsum` compiler binary, which users install separately from [awsum-lang/awsum](https://github.com/awsum-lang/awsum). The README documents this prerequisite. ### Checklist - [x] Submodule at `extensions/awsum` (extension id does **not** contain `zed`/`Zed`/`extension`), pinned to `v0.0.4` - [x] Submodule URL is HTTPS, repo is public, commit is on `main` - [x] Entry in `extensions.toml` under `[awsum]`, sorted (`pnpm sort-extensions` clean) - [x] MIT LICENSE at the extension repo root - [x] No theme / icon-theme bundled - [x] LSP server not shipped — extension shells out to user-installed `awsum` - [x] Tested locally via `zed: install dev extension`; `cargo build --target wasm32-wasip2 --release` passes; CI (`fmt-check` + `clippy -D warnings` + build) green on tag
Add CarbonMeda theme - A theme based on Andromeda theme with nice transparent blurred UI --------- Co-authored-by: Finn Evers <finn@zed.dev>
Updating OpenCode extension to v1.15.9
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@tsconfig/node24](https://redirect.github.com/tsconfig/bases) ([source](https://redirect.github.com/tsconfig/bases/tree/HEAD/bases)) | [`24.0.0` → `24.0.4`](https://renovatebot.com/diffs/npm/@tsconfig%2fnode24/24.0.0/24.0.4) |  |  | --- ### Release Notes <details> <summary>tsconfig/bases (@​tsconfig/node24)</summary> ### [`v24.0.4`](https://redirect.github.com/tsconfig/bases/compare/08017332f321a849991b59a15f062da091c14886...afaba38f0f26a885d0f6515d6c201a0ecccc2b1d) [Compare Source](https://redirect.github.com/tsconfig/bases/compare/08017332f321a849991b59a15f062da091c14886...afaba38f0f26a885d0f6515d6c201a0ecccc2b1d) ### [`v24.0.3`](https://redirect.github.com/tsconfig/bases/compare/1bff76396c195c6bb8e259ee4aa0b76214dd7b6b...08017332f321a849991b59a15f062da091c14886) [Compare Source](https://redirect.github.com/tsconfig/bases/compare/1bff76396c195c6bb8e259ee4aa0b76214dd7b6b...08017332f321a849991b59a15f062da091c14886) ### [`v24.0.2`](https://redirect.github.com/tsconfig/bases/compare/f2f98bd5f97ac5f241eb2ea22ec3eaae1176379c...1bff76396c195c6bb8e259ee4aa0b76214dd7b6b) [Compare Source](https://redirect.github.com/tsconfig/bases/compare/f2f98bd5f97ac5f241eb2ea22ec3eaae1176379c...1bff76396c195c6bb8e259ee4aa0b76214dd7b6b) ### [`v24.0.1`](https://redirect.github.com/tsconfig/bases/compare/a70b65ee4e717996f4e864b8f2b3feb4352a4abd...f2f98bd5f97ac5f241eb2ea22ec3eaae1176379c) [Compare Source](https://redirect.github.com/tsconfig/bases/compare/a70b65ee4e717996f4e864b8f2b3feb4352a4abd...f2f98bd5f97ac5f241eb2ea22ec3eaae1176379c) </details> --- ### Configuration 📅 **Schedule**: (in timezone America/New_York) - Branch creation - "after 3pm on Wednesday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/zed-industries/extensions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODUuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE5NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhbGxvdy1uby1leHRlbnNpb24iXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
## Description Add Brogrammer Theme <img width="1630" height="1074" alt="588757536-b3add086-3970-4e8b-9eb9-24ce163f548b" src="https://github.com/user-attachments/assets/86d693e0-78e7-4080-b951-ce5f56aca86d" /> --------- Co-authored-by: Finn Evers <finn.evers@outlook.de>
## Summary This PR adds the **Agno Theme** extension to the Zed extensions registry. Agno Theme is a dark theme inspired by the visual identity of Agno, with a clean, modern color palette focused on readability and comfortable long coding sessions. ## Changes - Adds `agno-theme` as a new extension submodule - Registers the extension in `extensions.toml` - Includes the initial version of the Agno Theme extension ## Extension Repository https://github.com/devalexandre/agno-theme ## Checklist - [x] The extension repository is public - [x] The extension includes an `extension.toml` - [x] The extension includes a valid license - [x] The theme has been tested locally as a dev extension - [x] The version in `extensions.toml` matches the version in the extension repository
Improved: - grammar - completion items
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updating my base repo with the head repo.