Skip to content
On this page

๐ŸŽจ Theme Presets โ€‹

A collection of ready-to-use color themes for the CoolerControl UI. Download any theme below and import it from the app.

How to use โ€‹

Each theme below offers two ways to apply it:

Theme code (recommended)

  1. Copy the cct1:... code shown under the theme.
  2. Open CoolerControl and go to Settings โ†’ UI โ†’ Custom Theme.
  3. Paste it into the Paste Code field and click Apply.

JSON file

  1. Download the theme's .json file.
  2. Open CoolerControl and go to Settings โ†’ UI โ†’ Custom Theme.
  3. Click Import Theme and select the downloaded file.

The custom theme is applied immediately and saved to your profile.

To share your own palette, use the Copy Code button (or Export Theme for a matching JSON file).

Dark themes โ€‹

Dracula โ€‹

The classic purple-on-indigo palette from draculatheme.com.

text
cct1:bd93f9282a3621222c44475af8f8f26272a432

โฌ‡๏ธ Download dracula.json

Super Dark (OLED Black) โ€‹

Pure black backgrounds for OLED displays with a subtle blue accent.

text
cct1:4a9eff0000000a0a0a1f1f1fe0e0e07a7a7a61

โฌ‡๏ธ Download super-dark.json

Terminator โ€‹

Red-on-black sci-fi terminal inspired by the HUD from the Terminator films.

text
cct1:ff26260a00001400003a0000ff4040a0202021

โฌ‡๏ธ Download terminator.json

The Matrix โ€‹

Green phosphor on black. Welcome to the real world.

text
cct1:00ff41000000050a050f3f0f00ff41008f111a

โฌ‡๏ธ Download matrix.json

Nord โ€‹

Muted arctic blue palette from nordtheme.com.

text
cct1:88c0d02e34403b4252434c5eeceff481a1c18a

โฌ‡๏ธ Download nord.json

Solarized Dark โ€‹

Ethan Schoonover's precision dark palette. Widely ported across editors and terminals.

text
cct1:268bd2002b36073642586e7593a1a1657b837e

โฌ‡๏ธ Download solarized-dark.json

Gruvbox Dark โ€‹

Warm retro groove from the Gruvbox scheme.

text
cct1:fe80192828281d20213c3836ebdbb2a8998409

โฌ‡๏ธ Download gruvbox-dark.json

Tokyo Night โ€‹

Neon on midnight blue, inspired by the city that never sleeps.

text
cct1:7aa2f71a1b2616161e292e42c0caf5565f8983

โฌ‡๏ธ Download tokyo-night.json

Catppuccin Mocha โ€‹

Pastel mauve from the Catppuccin family.

text
cct1:cba6f71e1e2e181825313244cdd6f4a6adc84d

โฌ‡๏ธ Download catppuccin-mocha.json

Monokai โ€‹

Sublime Text's iconic default palette.

text
cct1:f926722728221e1f1c3e3d32f8f8f275715e8f

โฌ‡๏ธ Download monokai.json

Light themes โ€‹

Solarized Light โ€‹

The light companion to Solarized Dark. Ethan Schoonover's cream-paper palette.

text
cct1:268bd2fdf6e3eee8d593a1a1586e75657b839f

โฌ‡๏ธ Download solarized-light.json

Catppuccin Latte โ€‹

The light flavor of Catppuccin. Warm, low-contrast pastels.

text
cct1:8839efeff1f5e6e9efccd0da4c4f696c6f85b5

โฌ‡๏ธ Download catppuccin-latte.json

Gruvbox Light โ€‹

Retro warm parchment. The light half of the Gruvbox pair.

text
cct1:d65d0efbf1c7ebdbb2d5c4a13c38367c6f64a6

โฌ‡๏ธ Download gruvbox-light.json

Tokyo Night Day โ€‹

The daylight companion to Tokyo Night. Cool blue on soft slate.

text
cct1:2e7de9e1e2e7d0d5e3a8aecb3760bf6172b004

โฌ‡๏ธ Download tokyo-night-day.json

Color field reference โ€‹

Each preset defines six colors used throughout the UI:

FieldPurpose
accentPrimary highlight, buttons, active states
bgOneMain page background
bgTwoPanel, card, and sidebar background
borderOneDividers and borders
textColorPrimary text
textColorSecondaryMuted / secondary text

Status colors (success green, warning yellow, error red) remain global and are not part of custom themes.

Released under the GPLv3+ License.