reset

A command that removes custom project-level color settings from Visual Studio Code, a code editor, and restores its default theme colors.

In plain words
What is it for?
Use it when a project's .vscode/settings.json contains workbench color customizations that should be removed.
Why use it?
It clears a project's custom color scheme without changing the editor's personal settings.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/dork-labs/dorkos/reset
Clone the repo
git clone --depth 1 https://github.com/dork-labs/dorkos

Made for: Claude Code.

Per session 6 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 537 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00006 $0.00537
Opus 5 $0.00003 $0.00269
Sonnet 5 $0.00001 $0.00107
Haiku 4.5 $0.00001 $0.00054

Measured 2d ago against content hash a044a64fde40, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

reset scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/cc/ide/reset.md · 86 lines

How it starts

The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Reset VS Code IDE Color Scheme

Remove the custom workbench.colorCustomizations from .vscode/settings.json, restoring VS Code to its default theme colors.

Scope

IMPORTANT: This command ONLY modifies project-level settings.

Setting Path Modified?
Project settings .vscode/settings.json YES
User settings ~/.config/Code/User/settings.json NEVER
User settings (macOS) ~/Library/Application Support/Code/User/settings.json NEVER

NEVER read, write, or modify any file outside the project's .vscode/ directory.

Steps

Step 1: Read Project Settings

Read .vscode/settings.json (project-level ONLY) to check if custom colors exist.

If the file doesn't exist, inform the user there's nothing to reset.

CRITICAL: Do NOT read or check any user-level VS Code settings files.

Step 2: Check for Custom Colors

Look for the workbench.colorCustomizations key in the settings object.

If it doesn't exist or is empty, inform the user there's no custom color scheme to remove.

Step 3: Remove Color Customizations

If workbench.colorCustomizations exists:

  1. Remove the entire workbench.colorCustomizations key and its contents
  2. Preserve ALL other settings in the file (e.g., terminal.integrated.tabs.title, editor settings, etc.)
  3. Write the updated settings back to the file with proper JSON formatting

Step 4: Handle Empty Settings

If removing workbench.colorCustomizations leaves only {}, keep the file with the empty object rather than deleting it.

Output

If colors were removed:

IDE Theme Reset

Status: Custom colors removed
File: .vscode/settings.json

VS Code will now use its default theme colors.
Restart VS Code if the change doesn't take effect immediately.

Read the full file on GitHub · 86 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 86 lines · 6 tokens per session scan A a044a64fde40

Subscribe to this mod's changes

reset is a command published in the GitHub repository dork-labs/dorkos (9 stars, last pushed 2d ago), licensed MIT. It adds 6 tokens to every session and 537 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.