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.
✓ Set up dev environment
● Build theme explorerin-progress
○ Write documentation
● Fix rendering bugP1
● Review pull request
● Deploy to staging
Search: theme ex
$primary
$secondary
$accent
$error
$warning
$success
$info
Usage
import { createTheme } from "@silvery/theme"
const theme = createTheme().preset("catppuccin-mocha").build()