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

Quiet Dark Pink

Quiet Themes

|
3 installs
| (0) | Free
A quiet, low-glare dark pink color theme for Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Quiet Dark Pink

Quiet Dark Pink is a dark, low-glare pink color theme for Visual Studio Code. It keeps the editor background deep, uses rose accents sparingly, and softens high-frequency UI states such as active rows, find matches, diagnostics, Git decorations, and the status bar.

This extension provides a color theme only. It does not include or require a file icon theme.

Install from VSIX

code --install-extension quiet-dark-pink-theme-0.1.0.vsix

Then choose Quiet Dark Pink from Preferences: Color Theme.

Development

npm install
npm run build
npm run package:vsix

The theme source lives in themes/quiet-dark-pink-color-theme.json. Edit that file directly when tuning colors. npm run build:theme only validates, normalizes, and formats the theme file inside this repository.

Publishing

VS Code Marketplace:

npx @vscode/vsce login quiet-themes
npm run publish:marketplace

Open VSX:

npx ovsx create-namespace quiet-themes -p <token>
npx ovsx publish quiet-dark-pink-theme-0.1.0.vsix -p <token>

Keep publishing tokens out of source control and terminal history whenever possible.

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