v0.1.0 — now available

Your terminal.
26 themes.
One app.

TermiCool applies beautiful terminal themes across macOS, Windows, and Linux — with Starship prompt integration and a one-click revert engine so you never get stuck.

Free & open source. View all release assets →

zsh — 80×24
termicool list
 
catppuccin
dracula
→ everforest
gruvbox
monokai
nord
tokyo-night
... 19 more
 
termicool apply tokyo-night
 
✓ Applied Tokyo Night
Terminal.app ✓
Starship ✓
 
Tokyo Night — ANSI palette

See it in action

From boring to beautiful in one click

An animated walkthrough of TermiCool's key flows — theme apply, CLI mode, IDE sync, and one-click revert.

Simulated demo — not a screen recording

Why TermiCool

Everything your terminal needs

Built for developers who care about their environment as much as their code.

Cross-platform

One app, three platforms. Writes themes to macOS Terminal.app, Windows Terminal settings.json, and GNOME Terminal via dconf. Same experience everywhere.

26 built-in themes

Dracula, Tokyo Night, Catppuccin, Nord, Monokai, Gruvbox, Solarized — all the classics plus some you haven't tried yet. Full 20-color ANSI palettes.

Starship integration

Syncs your Starship prompt to match every theme. Color-matched powerline glyphs, segment styling, and one-click install if you don't have it yet.

Failsafe revert

Backups are write-once. The first time you apply a theme, your original config is preserved forever. Revert with one click — no config ever gets lost.

Custom theme creator

Build your own theme with the visual editor. 20 color pickers, live terminal preview, ANSI strip. Export to JSON and share with the community.

CLI mode

termicool apply dracula from anywhere. Shell completions for zsh, bash, and fish. Installed with one click from the GUI.


Theme Library

26 themes, ready to apply

All themes ship with full 20-color ANSI palettes — background, foreground, cursor, selection, and all 16 standard colors.

Dracula
Tokyo Night
Catppuccin Mocha
Nord
Monokai
Gruvbox Dark
Solarized Dark
One Dark
Everforest Dark
Rosé Pine
Kanagawa
Ayu Dark
+14
more themes

CLI Mode

Theme your terminal
without leaving it

Install the CLI from the app and get tab-complete support in zsh, bash, and fish.

bash — termicool CLI
# list all installed themes
$ termicool list
catppuccin · dracula · everforest · gruvbox · kanagawa · monokai · nord · one-dark · tokyo-night ...
# apply a theme by name (fuzzy match)
$ termicool apply dracula
✓ Applied Dracula to Terminal.app + Starship
# VS Code / Cursor sync is available in the GUI
# tab completion works
$ termicool apply <TAB>
catppuccin dracula everforest gruvbox nord tokyo-night ...
# revert everything to your original config
$ termicool revert
✓ Restored original terminal config

Get Started

Download & install

Pick your platform. Double-click the installer. Open TermiCool and choose a theme.

Download

Universal binary — works on both Apple Silicon and Intel Macs.

Optional CLI install
Open TermiCool → Settings → Install CLI

Adds termicool to your PATH with zsh/bash/fish completions.

Note
Windows may show a SmartScreen warning — click "More info" → "Run anyway"

TermiCool is unsigned for now. A signing certificate will be added in a future release.

Debian / Ubuntu
sudo dpkg -i TermiCool_0.1.0_amd64.deb
Universal (AppImage)
chmod +x TermiCool_0.1.0_amd64.AppImage && ./TermiCool_0.1.0_amd64.AppImage