A VS Code theme inspired by Pantone's Color of the Year 2025 - Mocha Mousse (17-1230). This theme uses browns with complementary tones to create a comfortable coding environment.
Preview
Installation
Method 1: VS Code Marketplace (Recommended)
Open VS Code
Go to the Extensions view:
Press Ctrl+Shift+X (Windows/Linux) or Cmd+Shift+X (Mac)
Or click the Extensions icon in the Activity Bar
Search for "Mocha Mousse Theme"
Click Install
Press Cmd+K Cmd+T (Mac) or Ctrl+K Ctrl+T (Windows/Linux)
Select "Mocha Mousse" from the theme dropdown
Method 2: Manual Installation
Clone this repository:
git clone https://github.com/shieldsworks/vscode-mocha-mousse-theme.git
cd vscode-mocha-mousse-theme
Install dependencies and package the theme:
npm install -g @vscode/vsce
vsce package
Install the generated .vsix file:
Using VS Code:
Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac)
Type "Install from VSIX"
Select the generated mocha-mousse-theme-0.1.1.vsix file