Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Minimal PinkNew to Visual Studio Code? Get it now.
Minimal Pink

Minimal Pink

kotovsky

|
3 installs
| (0) | Free
A minimal dark VS Code theme with pink accents extracted from user settings.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Minimal Pink

A minimal dark VS Code color theme with pink accents.

This theme was extracted from global settings.json customizations into a proper VS Code extension, so the visual styling can live with the project instead of inside user preferences.

Preview

Minimal Pink icon

Use Locally

  1. Open this folder in VS Code.
  2. Press F5 to launch an Extension Development Host.
  3. In the new VS Code window, run Preferences: Color Theme.
  4. Select Minimal Pink.

Package Locally

Install Node.js LTS first, then install the VS Code extension packaging tool:

npm install -g @vscode/vsce

Create a local .vsix package:

vsce package

Install the generated package:

code --install-extension .\minimal-pink-vscode-0.0.1.vsix

Optional Global Settings Cleanup

After installing or running this extension, these theme-specific settings can be removed from your global settings.json:

  • workbench.colorCustomizations
  • editor.tokenColorCustomizations
  • editor.semanticHighlighting.enabled

Keep your non-theme preferences such as font, autosave, minimap, and layout settings wherever you prefer.

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft