Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>pinkish_themeNew to Visual Studio Code? Get it now.
pinkish_theme

pinkish_theme

irenealcaine

| (0) | Free
Pinkish Theme
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Pinkish Theme

Dark theme for Visual Studio Code with pink and purple color palette.

Pinkish Theme is a dark theme for VS Code that uses a vibrant palette of pinks, purples and magentas over a dark background. Designed to provide a pleasant and comfortable visual experience during long coding sessions.

Pinkish theme preview

Features

  • Dark background with soft contrast
  • Syntax highlighting for multiple languages
  • Support for JavaScript, TypeScript, HTML, CSS, JSON and Markdown
  • Differentiated colors for variables, functions, classes and strings
  • JSON nesting levels with progressive colors
  • Comments in italic style
  • Customized title bar, tabs and sidebar
  • Themed activity bar and status bar

Installation

From VS Code Marketplace

  1. Open VS Code and go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X on macOS)
  2. Search for "pinkish theme"
  3. Click "Install"

You can also install it from the Marketplace in your browser: marketplace.visualstudio.com

From VSIX

  1. Download the pinkish-theme-0.0.2.vsix file
  2. In VS Code, press Ctrl+Shift+P (or Cmd+Shift+P on macOS)
  3. Select "Extensions: Install from VSIX..."
  4. Select the downloaded file

From the repository

git clone https://github.com/irenealcaine/pinkish_theme
cd pinkish_theme
npm install -g @vscode/vsce
vsce package

Then install the generated .vsix file from VS Code.

Usage

  1. Open VS Code
  2. Press Ctrl+K Ctrl+T (or Cmd+K Cmd+T on macOS) to open the theme picker
  3. Select "pinkish theme"

Project structure

pinkish_theme/
├── themes/
│   └── pinkish_theme-color-theme.json  # Theme definition
├── package.json                        # Extension metadata
├── icon.png                            # Extension icon
├── LICENSE                             # MIT license
├── CHANGELOG.md                        # Changelog
└── README.md                           # This documentation

Supported languages

  • JavaScript / TypeScript
  • HTML / CSS / SCSS / Sass / Less
  • JSON
  • Markdown
  • Git (file states)

Requirements

  • Visual Studio Code >= 1.125.0
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft