Skip to content

Theme Explorer

Browse built-in terminal color schemes, inspect the Sterling tokens they derive, and copy theme configuration.

New in 0.20.0

Silvery uses the Sterling theme shape. Sterling exposes nested role objects such as theme.accent.bg and flat keys such as theme["bg-accent"] on the same object.

See the migration notes for legacy token mappings.

Usage
import { createTheme } from "@silvery/theme"

const theme = createTheme().preset("catppuccin-mocha").build()