Add 7 theebest.com developer color schemes (5 dark, 2 light)#727
Open
jamesfredley wants to merge 2 commits into
Open
Add 7 theebest.com developer color schemes (5 dark, 2 light)#727jamesfredley wants to merge 2 commits into
jamesfredley wants to merge 2 commits into
Conversation
Adds Midnight Arcade, Terminal Green 1999, Vaporwave Sunset, CRT Amber, Purple Portal, Y2K Chrome, and Cassette Tape from theebest.com's open developer theme collection, with a CREDITS.md entry. Disclosure: these YAML source files were generated by the theebest.com theme tooling with AI assistance (per AGENTS.md).
There was a problem hiding this comment.
Pull request overview
Adds 7 new terminal color schemes as YAML sources (the repo’s preferred input format) and updates credits to attribute them to theebest.com’s open theme collection.
Changes:
- Added 5 dark + 2 light themes under
yaml/with full 16-color palettes plus background/foreground/cursor. - Updated
CREDITS.mdto include attribution for the newly added themes.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
yaml/Midnight Arcade.yml |
New dark theme YAML source. |
yaml/Terminal Green 1999.yml |
New dark theme YAML source. |
yaml/Vaporwave Sunset.yml |
New dark theme YAML source. |
yaml/CRT Amber.yml |
New dark theme YAML source. |
yaml/Purple Portal.yml |
New dark theme YAML source. |
yaml/Y2K Chrome.yml |
New light theme YAML source. |
yaml/Cassette Tape.yml |
New light theme YAML source. |
CREDITS.md |
Adds attribution entry for the 7 new themes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Description
Adds 7 original developer color schemes from theebest.com's open theme collection - 5 dark and 2 light - as
yaml/sources (the preferred format per AGENTS.md). These are original designs, not ports; each carries a full 16-color ANSI palette tuned for real code, with proper light/dark foreground handling. I checked that none of the seven names collide with existing schemes (exact or fuzzy) before submitting.Themes
#0b1220#03120a#180827#1a1005#160528#f1f5f9#fff7edVerification
yaml/*.yml+CREDITS.md. No generated format directories touched - CI regenerates the per-terminal outputs and screenshots on merge, per AGENTS.md.python tools/gen.py -s "Midnight Arcade" ...for all seven - they generate cleanly (exit 0).python tools/wcag_check.py, 1.75 threshold): all 7 PASS. Foreground and selection contrast land between 15.6:1 and 18.0:1. As is normal,gen.py'sadjust_colors_for_wcagnudged only the ANSI 8 (bright black) slot in each theme up to the 1.75 minimum at generation time.Attribution / agent disclosure
Per AGENTS.md: the palettes are human-designed at theebest.com; these YAML source files and the verification above were prepared with AI assistance (Claude) via theebest.com's theme-export tooling. The full collection and generator live at TriumphInteractive/theebest-themes.
New Theme
Submitted in YAML format per repository guidelines, with display names used as filenames (spaces, no slugification). Per-terminal ports and screenshots are left for the auto-generate workflow.