editor

Slatewave for VSCode

Calm, high-contrast syntax colors tuned for long coding sessions.

Latest release
0.0.5 · 2 days ago
Last commit
2 days ago
export interface Theme {
  name: string;
  platform: 'vscode' | 'oh-my-posh' | 'obsidian';
}

export function describe(theme: Theme): string {
  return `${theme.name} for ${theme.platform}`;
}

About this theme

A Slatewave palette applied to VSCode and Cursor, with carefully weighted token colors and balanced UI chrome.

Slatewave for VSCode applies the canonical Slatewave palette to editor syntax, workbench chrome, and diff views. Designed to stay legible during long sessions without flattening out semantic color meaning.

Install

  • CLI

    Install from an existing VSCode or Cursor instance.

    code --install-extension kevinlangleyjr.slatewave
  • Manual

    Clone the repo and symlink into your VSCode extensions directory.

    1. git clone https://github.com/kevinlangleyjr/vscode-slatewave
    2. Copy the folder into `~/.vscode/extensions/`
    3. Restart VSCode and pick Slatewave from the command palette