Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>猛男粉 (Tough Guy Pink)New to Visual Studio Code? Get it now.
猛男粉 (Tough Guy Pink)

猛男粉 (Tough Guy Pink)

Simon Gu

|
10 installs
| (1) | Free
Dark color theme for VS Code / Cursor — deep navy & pink accents. 深色主题:深蓝背景与粉系强调。
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Tough Guy Pink 猛男粉

A dark color theme for VS Code and Cursor: deep navy background with pink highlights.

Preview

The screenshot is served from a public HTTPS URL (GitHub raw) so it displays correctly on the Visual Studio Marketplace. Do not replace it with relative paths like images/... or the listing image may break.

Theme preview

Usage

  1. Open the Command Palette: Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows / Linux)
  2. Run Preferences: Color Theme
  3. Pick 猛男粉 (Tough Guy Pink) - Dark or 猛男粉 (Tough Guy Pink) - Light

Development

This folder is the extension root (same structure as the official theme sample). Open it in VS Code or Cursor and press F5 to launch the Extension Development Host.

npx @vscode/vsce package

Outputs tough-guy-pink-<version>.vsix. Install via Install from VSIX….

Repository & IDs

  • Source: simongu-mullenlowe/tough-guy-pink
  • Marketplace publisher: SimonGu (can differ from your GitHub username)

First-time push

Create an empty GitHub repository simongu-mullenlowe/tough-guy-pink (skip “Add a README” if you already have local commits), then:

git branch -M main
git remote add origin git@github.com:simongu-mullenlowe/tough-guy-pink.git
git push -u origin main

If needed first: git init && git add . && git commit -m "Initial commit".

Publishing

Bump version in package.json before each Marketplace upload (e.g. 0.0.8 → 0.0.9), or use vsce publish patch.

License

MIT


简体中文

猛男粉 是一套深色主题:深蓝背景、粉色强调,适用于 VS Code / Cursor。

预览: 上图使用 GitHub raw 的 HTTPS 直链,保证 Marketplace 详情页能显示;请勿改为相对路径以免裂图。

使用: 命令面板 → Preferences: Color Theme → 选择 猛男粉 (Tough Guy Pink) - Dark 或 Light。

开发: 本目录即扩展根目录,按 F5 可调试。执行 npx @vscode/vsce package 生成 .vsix。

仓库: simongu-mullenlowe/tough-guy-pink · Marketplace 发布者 ID:SimonGu。

发布: 每次上架前递增 version 或使用 vsce publish patch。

许可证: MIT

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