Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Jungle PupNew to Visual Studio Code? Get it now.
Jungle Pup

Jungle Pup

keller00

|
246 installs
| (0) | Free
A puppy jungle aesthetic theme
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Jungle Pup

These editor themes are inspired by two puppies visiting the jungle.

Jungle Pup Dense

Dark flavour of Jungle Pup. The OG

screenshot of VS code with Jungle Pup Dense theme

Jungle Pup Field

Light flavour of Jungle Pup. The newest addition

screenshot of VS code with Jungle Pup Dense theme

Installation

  • Install it from the Visual Studio Marketplace
  • Install it from the Open VSX Registry
  • Install it manually by cloning this repo with: git clone https://github.com/keller00/JunglePup.git ~/.vscode/extensions

Development

  1. Clone this repository and open it in VSCode
  2. Go to "Run and Debug" and run "Preview window", which will be your preview for your changes.
  3. Either edit the file in themes folder for them to take effect immediately in the preview windows. This is useful for prototyping, but make sure to change the build ts files before submitting any PRs, these can be found in the src folder.
  4. (Optional) Run the build form your terminal with: npm run build.

Customization

As an example assume that we want to change the the remote window background to JunglePup Dense's pink accent color. The remote window background is visible in the lower left corner of the screenshot above. Just insert the following into your settings.json:

    "workbench.colorCustomizations": {
        "statusBarItem.remoteBackground": "#D15B8F"
    }

Release

Start on main branch.

  1. The release process is automated with npm run release.
  2. Push bump commit and new tag with git push --follow-tags origin main.
  3. Create a new release here, just make sure to pick the newly created tag.

Gratitude

  • catppuccin.com for inspiring this theme
  • coolors.co for making choosing colors easier
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft