Skip to content

mksg-ltd/vscode-wallflow-theme

 
 

Repository files navigation

Wallflow Theme

VS Code Marketplace Installs

A dynamic VS Code theme that automatically updates to match your wallpaper colors using wallflow.

Installation

VS Code Marketplace (Recommended)

Install from VS Code Marketplace

Or search for "Wallflow Theme" in VS Code Extensions.

Command Line

code --install-extension mksg.wallflow-theme

Homebrew (macOS)

brew install --cask visual-studio-code  # if not installed
code --install-extension mksg.wallflow-theme

Features

  • Real-time color updates when your wallpaper changes
  • Two variants: borderless and bordered
  • Works automatically with wallflow - no manual configuration needed

Requirements

This extension requires wallflow to be installed and running. The extension reads colors from ~/.cache/mksg/wallflow/colors. and colors.json, the latter file is used to get the background color.

Quick Setup

  1. Install wallflow (CLI or macOS app)
  2. Install this extension
  3. Select "Wallflow" or "Wallflow Bordered" as your color theme
  4. Run wallflow to set a wallpaper - VS Code will update automatically

Commands

  • Wallflow Theme: Update - Manually update the theme colors

Settings

  • wallflowTheme.autoUpdate - Enable/disable automatic theme updates (default: true)

Troubleshooting

If the extension doesn't update automatically:

  1. Run the manual update command: Wallflow Theme: Update
  2. Reload the VS Code window
  3. Ensure wallflow has generated colors in ~/.cache/mksg/wallflow/

Credits

Forked from Wal Theme by Daniele Lasagno.

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%