Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>vscode-theme-dongdongpigNew to Visual Studio Code? Get it now.
vscode-theme-dongdongpig

vscode-theme-dongdongpig

lingxiaoguang

|
1,099 installs
| (1) | Free
a cute pig and colorful theme
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Dongdong pig

中文版本 / English Version

dongdong

github

Dongdong is a cute piglet. Let it write code with you every day ~

It will always be on the left side of your editor.

Feature:

  1. There will always be a piglet on the left side of the editor
  2. Error prompts, new message prompts are all piglet style
  3. Green background color is more comfortable
  4. Cleaner code color, plus light-emitting fonts

When enabled, the effect is as follows:

dongdongpigtheme

Installation

Note: Be sure to install it step by step, otherwise it may not look good.

  1. Install custom-css-and-js-loader Plugin

  2. Enable custom-css-and-js-loader Plugin:

Steps:

  • Press cmd + shift + p
  • Input enable
  • Select enable Custom Css and Js option

eable-custom-css-and-js

  1. Copy dongdongpig.css to a local file, Then open settings.json configuration as follows:

    Mac:

    {
      "vscode_custom_css.policy": true,
      "vscode_custom_css.imports": [
        "file:///Users/{File Location}/dongdongpig.css"
        ]
    }
    

    Windows:

    {
      "vscode_custom_css.policy": true,
      "vscode_custom_css.imports": [
        "file://C:/{File Location}/dongdongpig.css"
        ]
    }
    
  2. Restart will take effect.~

Thanks

Thank Dongdong for being with me all the time.~

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