Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>fizz buzzNew to Visual Studio Code? Get it now.
fizz buzz

fizz buzz

pauwee

|
1 install
| (0) | Free
cute drink themes for your code editor
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

fizz buzz

cute drink themes for your code editor

themes

  • sake 🍶 - light pale grey and white
  • mai tai 🍹 - dark orange and dark yellow
  • red wine 🍷 - dark red, medium red
  • beer 🍺 - dark orange
  • rum & coke 🥃 - dark brown, medium brown
  • peach mojito 🍑 - pink with light green accent
  • lime soda 🍋‍🟩 - green theme
  • lemon soda 🍋 - medium yellow and green
  • cocktail 🍸 - light blue

features

  • quick switch: click the drink icon in the lower right corner of vs code to quickly switch between themes (the icon changes to match the current theme!)
  • settings: configure your preferred theme in vs code settings
  • commands: use the command palette to switch themes or set a specific theme

usage

via status bar icon

click the drink icon in the lower right corner of vs code to open a quick pick menu and select your desired theme. the icon automatically updates to show the emoji of your current theme!

via settings

  1. open vs code settings (cmd/ctrl + ,)
  2. search for "fizz buzz"
  3. select your preferred theme from the dropdown

via command palette

  1. open command palette (cmd/ctrl + shift + p)
  2. type "switch drink theme" or search for a specific theme like "set sake theme"
  3. select your desired theme

installation

from source

  1. clone this repository
  2. run npm install to install dependencies
  3. run npm run compile to compile typescript
  4. press f5 in vs code to open a new extension development host window
  5. the extension will be active in the new window

package for distribution

  1. install vsce: npm install -g @vscode/vsce
  2. package the extension: vsce package
  3. install the generated .vsix file in vs code

development

# install dependencies
npm install

# compile typescript
npm run compile

# watch for changes
npm run watch

license

mit

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