Skip to content

Add cursor-theme#6358

Open
Jenil-Desai wants to merge 1 commit into
zed-industries:mainfrom
Jenil-Desai:main
Open

Add cursor-theme#6358
Jenil-Desai wants to merge 1 commit into
zed-industries:mainfrom
Jenil-Desai:main

Conversation

@Jenil-Desai
Copy link
Copy Markdown

Dark theme from cursor to zed

This pull request adds a new theme extension, cursor-theme, to the project. The necessary configuration and submodule references have been updated to include this new extension.

Theme extension addition:

  • Added cursor-theme as a new submodule in .gitmodules and initialized it at commit 4dd6cac in extensions/cursor-theme. [1] [2]
  • Registered cursor-theme in extensions.toml with version 0.0.1 and linked it to the new submodule.

Copilot AI review requested due to automatic review settings June 4, 2026 18:03
@cla-bot cla-bot Bot added the cla-signed label Jun 4, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds a new “cursor-theme” extension as a git submodule and registers it in the extensions manifest.

Changes:

  • Added extensions/cursor-theme as a new submodule pinned to a specific commit.
  • Registered the new extension in extensions.toml.
  • Added the submodule entry to .gitmodules.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
extensions/cursor-theme Adds the submodule gitlink pointing at the pinned commit.
extensions.toml Registers the cursor-theme extension and its submodule path/version.
.gitmodules Declares the new submodule path and upstream URL.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .gitmodules
Comment on lines +913 to +915
[submodule "extensions/cursor-theme"]
path = extensions/cursor-theme
url = https://github.com/Jenil-Desai/cursor-theme.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants