Codefrap Logo codefrap
Context: Multiple Repositories Open

IDE Workstation

Prompts to theme your IDE for multiple projects.

Copy and paste into Cursor, Copilot, or any AI agent to apply the theme instantly.

1 Pick a Vibe
2 Preview Mockup
3 Copy AI Prompt
Theme Generator
codefrap-project — Visual Studio Code
"workbench.colorCustomizations"
"titleBar.activeBackground": "#2e3440",
"titleBar.inactiveBackground": "#2e3440"
TERMINALDEBUG CONSOLEOUTPUT
~/codefrap-project $ git commit -m "theme"
(oo)main*
00
UTF-8TypeScript JSX

Mode

Presets

AI Agent Prompt

Copy this into Cursor, Copilot, or any AI agent to apply the theme instantly.
I want to set a custom theme for this specific project to distinguish it from others. Please create or update the .vscode/settings.json file in this repository with the following workbench.colorCustomizations:

{
  "workbench.colorCustomizations": {
    "titleBar.activeBackground": "#2e3440",
    "titleBar.activeForeground": "#d8dee9",
    "titleBar.inactiveBackground": "#2e3440",
    "statusBar.background": "#2e3440",
    "statusBar.foreground": "#d8dee9"
  }
}

Once you've updated the file, please ask me if I would like to commit this change to the repository so the team stays synced.

Why color-code your IDE?

In the age of AI, we often have multiple projects open simultaneously. Assigning a subtle or bold unique theme to each repository helps your brain instantly recognize which "context" you are currently working in, reducing cognitive load and preventing accidental commits.