Themes for xclock.
A theme is a JSONC file with color and border settings. Install it into your themes directory:
| Platform | Path |
|---|---|
| Linux | ~/.config/xclock/themes |
| macOS | ~/Library/Application Support/xclock/themes |
| Windows | %APPDATA%\xclock\themes |
Then open the palette with / and pick Theme: <name>, or set it in your
config:
You can also point theme directly at a file path.
| Theme | Background | Description |
|---|---|---|
X |
Dark | Cyan accent on near black |
Madrid |
Light | Navy and wine on off white |
Lahabana |
Dark | Warm yellow accent on charcoal |
Miami |
Dark | Neon cyan and pink on black |
Paris |
Dark | Purple background with soft cyan |
Tokio |
Dark | Tokyo Night inspired |
Oslo |
Dark | Muted slate with teal accent |
Helsinki |
Light | Warm paper with blue accent |
Berlin |
Dark | Monochrome grayscale |
London |
Light | Monochrome light |
Praha |
Dark | Dracula inspired |
Bogota |
Dark | Deep red background with cyan |
{
"name": "Miami",
"foreground": "#f7f1ff",
"background": "#000000",
"muted": "#69676c",
"accent": "#47cfff",
"success": "#7fffd4",
"warning": "#ffd84c",
"error": "#ff4c8b",
"border": "rounded"
}| Key | Description |
|---|---|
foreground |
Main text color |
background |
Optional background color for the whole dashboard |
muted |
Secondary text, hints and inactive borders |
accent |
Focused borders, progress bars and titles |
success |
Completed tasks and finished timers |
warning |
Toasts and warnings |
error |
Confirmation dialogs and errors |
border |
plain, rounded, double or thick |
Colors accept the eight named terminal colors (red, green, blue,
yellow, cyan, magenta, white, black), gray/darkgray, or hex
values in #rgb and #rrggbb form. Unknown values fall back to the built-in
theme.
{ "theme": "Miami" }