AI SummaryThis is a VS Code color theme extension. There is no runtime code, no build step, and no test framework. The deliverables are JSON theme files and the manifest.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "vscode-winteriscoming — Copilot Instructions" prompt rules to my project. Repository: https://github.com/johnpapa/vscode-winteriscoming Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Dark theme with fun and bright foreground colors
Project Type
This is a VS Code color theme extension. There is no runtime code, no build step, and no test framework. The deliverables are JSON theme files and the package.json manifest.
Color Values
• Use hex color codes in lowercase: #219fd5, not #219FD5 • Include alpha channel only when transparency is intentional: #219fd544 • Keep accent colors consistent across dark variants (#219fd5 blue, #C792EA purple, #f7ecb5 yellow)
Token Colors
• Use VS Code's tokenColors array with scope (string or array) and settings (foreground, fontStyle) • Use TextMate scope names — reference the VS Code syntax highlighting guide • When adding a new token rule, add it to all 6 theme files (or at minimum to both the italics and no-italics variants of the affected base theme)
Workbench Colors
• Use the VS Code theme color reference for valid property names • Test contrast for accessibility — ensure text is readable against backgrounds
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts