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

|
95 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 icon

Quiet Dark Pink is a calm, low-glare dark rose theme for Visual Studio Code. It keeps the workbench quiet, uses pink as a focused accent instead of a full-screen wash, and balances warm syntax with cyan, gold, and lavender secondary cues.

Preview

TypeScript and JSX

Quiet Dark Pink TypeScript and JSX preview

Rose accents guide the eye through functions, hooks, JSX tags, and active editor chrome while the deep plum background stays calm during longer coding sessions.

CSS and Color Tokens

Quiet Dark Pink CSS preview

CSS variables, color swatches, active line highlighting, and bracket accents stay readable without turning the editor into a high-saturation pink surface.

Markdown Notes

Quiet Dark Pink Markdown preview

Markdown headings, lists, block quotes, inline code, and fenced code blocks keep a soft editorial rhythm for notes, documentation, and README work.

Design Character

  • Deep plum editor and workbench surfaces for long sessions.
  • Rose accents reserved for the cursor, active tab, focused controls, selections, functions, and key syntax.
  • Softer diagnostics, GitLens blame, and Error Lens backgrounds so inline tooling does not overpower code.
  • Tuned Explorer, tabs, status bar, Quick Open, suggestions, menus, notifications, minimap, terminal, and Git decorations.
  • Semantic highlighting for TypeScript, JSX, CSS, Markdown, JSON, and common extension overlays.

Showcase Files

Use the files in examples/ when capturing screenshots for the Marketplace or README:

  • examples/theme-showcase.tsx covers TypeScript types, functions, object literals, JSX tags, attributes, arrays, numbers, and strings.
  • examples/theme-showcase.css covers selectors, CSS variables, properties, units, gradients, color swatches, and focus states.
  • examples/theme-notes.md covers headings, lists, block quotes, inline code, and fenced code.

Recommended screenshot setup:

  1. Open examples/theme-showcase.tsx and examples/theme-showcase.css side by side.
  2. Keep the Explorer, tabs, minimap, and status bar visible.
  3. Open Quick Open once to show the popup surface and selected row.
  4. Capture a wide editor screenshot, then a second crop focused on the Explorer and status bar.

Install from VSIX

code --install-extension quiet-dark-pink-theme-0.1.1.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 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.1.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