Add Serendipity and Sequoia color schemes#9436
Conversation
|
This PR adds Sequoia Theme and Serendipity Theme. Review for Sequoia Theme main-19d7612-2026.05.25.14.53.26
No failures 1 warning:
Review for Serendipity Theme main-fa612e5-2026.05.25.14.53.23
No failures 1 warning:
|
|
If you're targeting Sublime Text, use the sublime-color-scheme format instead of the ancient tmTheme xml format. It's so much easier to work with. Sublime Text can also convert your color scheme to that new format for you. |
|
Your color schemes are also very limited, to the point where I wonder if they're fully functional (ie. if Sublime needs to make up all the missing colors). Have a good look at the documentation I linked to. Finally, looks like you've formatted the entire file... try adding just your entries and in correct alphabetical order. |
Co-authored-by: Cursor <cursoragent@cursor.com>
1756f6f to
5ef9ec6
Compare
|
Thanks for the review @braver — all three points addressed:
Both repos are re-tagged at |
|
This PR adds Sequoia Theme and Serendipity Theme. Review for Sequoia Theme main-18e523b-2026.05.30.06.53.48
No failures, no warnings. 👍 Review for Serendipity Theme main-783b47f-2026.05.30.06.53.48
No failures, no warnings. 👍 |
| "name": "Sequoia Theme", | ||
| "description": "Sequoia color schemes for Sublime Text — Moonlight, Monochrome, and Retro (dark and light).", |
There was a problem hiding this comment.
Thanks for addressing the feedback so far, just some minor points remaining to wrap up your entry into the repository.
For both packages it's important that they're color schemes, and actually not themes. Themes in Sublime Text are about the UI, not the syntax highlighting. You you a mix of both terms in your README as well, it would be better to call it a color scheme consistently everywhere.
Also for both packages you could manage the description on your GitHub repo, instead of your entry here. That way you can change it anytime you like.
Summary
Both repos have tagged release v1.0.0 and
.gitattributesexcluding README/LICENSE from the package archive.Checklist
.gitattributesto exclude files from the package.My package is a color scheme collection ported from the Serendipity / Sequoia VS Code theme families.
There are no packages like it in Package Control under these names.
Made with Cursor