Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Color StampNew to Visual Studio Code? Get it now.
Color Stamp

Color Stamp

s3anmorrow

|
17,387 installs
| (5) | Free
Change VS Code window status bar color of each workspace for easy identifying
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Color Stamp

This extension is for developers who typically have multiple VS Code windows open with different projects. It enables a quick and easy way to change the status bar color of each window for identification.

Features

Change the color of the status bar to any of eight preset colors or your own color with a provided hexidecimal color code (#FF0000). The set status bar color will persist in the current workspace.

Usage

After Installation press Ctrl/Cmd+Shift+P and type in Color Stamp.

Select from a series commands to set status bar to any color with hex code or one of eight built in colors.

Usage Animated Gif

The extension works by setting the workspace's configuration in .vscode/settings.json:

"workbench.colorCustomizations": {
    "statusBar.background": "#FF0000"
}

Commands

  • Color Stamp : ? [enter your own color hex code for the color stamp]
  • Color Stamp : Blue
  • Color Stamp : Red
  • Color Stamp : Green
  • Color Stamp : Yellow
  • Color Stamp : Orange
  • Color Stamp : Purple
  • Color Stamp : Silver
  • Color Stamp : Khaki
  • Color Stamp : X [remove all color stamps]
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft