Skip to content

Theme workbench

Developer Color Themes

A collection of 51 hand-tuned, WCAG-contrast-checked color themes, the 2026 successor to the 94 desktop themes theebest.com shipped in the late-1990s Windows 95/98 era. Browse the collection, preview the terminal, then export locally with no network calls.

Classic desktop themes remembered
94
Modern developer themes
51
Tool export formats
12

Palette converter

Export for every tool in the stack

Choose a theme, pick dark or light when available, or switch to Custom to edit the original 10 palette roles. The converter normalizes every source into one rich schema before exporting.

Variant
Theme preview

user@theebest:~/themes$ export --all

normalizing 10-color and rich-schema inputs...

ok generated editor and terminal palettes

syntax.keyword = mapped

warn install steps are tool-specific

Output

Theme export

Waiting for theme data.

Ready to copy or download.

How to install

VS Code
  1. Create `%USERPROFILE%\.vscode\extensions\<slug>-theme\themes\` on Windows, or `~/.vscode/extensions/<slug>-theme/themes/` on macOS or Linux.
  2. Download both files. Place `package.json` in the extension folder and the color theme JSON in `themes`.
  3. Run `Developer: Reload Window`, then choose it with `Preferences: Color Theme`.
  4. `Developer: Generate Color Theme From Current Settings` does not import arbitrary JSON, so the extension-folder method is the local import path.