create-theme

Featured

Create custom color themes for Sidecar, including base theme selection, color overrides, gradient borders, tab styles, per-project themes, community themes, and programmatic theme registration. Use when creating or modifying themes, adjusting UI appearance, or debugging color/style issues. See references/palette-reference.md for the full color palette with all keys and per-theme values.

AI & Automation 1,069 stars 81 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Create Theme ## Configuration Location Themes are configured in `~/.config/sidecar/config.json`: ```json { "ui": { "showFooter": true, "showClock": true, "nerdFontsEnabled": false, "theme": { "name": "default", "overrides": { "primary": "#FF5500", "success": "#00FF00" } } } } ``` ## Available Base Themes Sidecar ships with 21 modern, contrast-compliant themes designed around a 7-step neutral ramp and single signature chrome accent: - **sidecar-modern** - Modern default with signature gold accent (`#c0982f`) and dark neutral ramp - **catppuccin-mocha** - Soothing lavender/blue (`#89b4fa`) with dark mantle - **tokyonight-storm** - Tokyo neon night blue (`#7aa2f7`) - **gruvbox-dark** - Retro warm gold (`#fabd2f`) & aqua (`#8ec07c`) - **dracula** - Refined vampire violet (`#bd93f9`) - **nord** - Arctic frost cyan (`#88c0d0`) - **atom-one-dark** - Balanced editor cyan/blue (`#61afef`) - **kanagawa-wave** - Woodblock print wave blue (`#7e9cd8`) - **rose-pine** - Soho rose (`#eb6f92`) & pine cyan (`#9ccfd8`) - **everforest-dark** - Earthy forest green (`#a7c080`) & warm amber (`#dbbc7f`) - **solarized-dark** - Precision amber/yellow (`#b58900`) & cyan (`#2aa198`) - **monokai-pro** - Crisp gold (`#ffd866`) & green (`#a6e22e`) - **night-owl** - Deep navy blue (`#82aaff`) - **ayu-mirage** - Warm sunset gold (`#6dcbfa`) on slate - **github-dark** - Crisp GitHub cobalt (`#58a6ff`) - **synthwave** - 80s retrowave fuchsia (`...

Details

Author
marcus
Repository
marcus/sidecar
Created
8 months ago
Last Updated
2 days ago
Language
Go
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

add-theme

Add a new color theme to pixtuoid (a full ~90-role palette across 9 groups, rendered into the office). Use when the user says 'add a <name> theme', 'new color scheme', or 'port <palette> to pixtuoid'. Orchestrates the Rust registration PLUS the two steps agents miss — the site manifest bridge test and the committed-media regen.

474 Updated today
IvanWng97
Web & Frontend Solid

design-theme

Apply cohesive visual themes to artifacts (slides, docs, landing pages). Provides 11 pre-set themes with colors/fonts. Use when user mentions "apply theme", "color palette", "brand colors", "styling slides", "presentation design", "visual identity", or wants consistent styling across artifacts.

9 Updated yesterday
kensaurus
Code & Development Solid

mulmoterminal-theme

Build a colour scheme of your own for MulmoTerminal — one that joins Midnight, Nord, Daylight and Solarized in Settings' theme picker and can then be pinned per project. Writes `themes` in `~/.mulmoterminal/config.json`, the whole-app palette (panels, borders, accent, text), which has no UI for creating one — Settings only lets you pick from what exists. Use when the user wants their own theme, a dark/light variant that isn't shipped, a scheme drawn from a painting, a photo or a brand's colours, or says the built-in themes are too dark, too blue, too low-contrast. For colouring ONE project's cell (its badge and header), or assigning an existing theme to a directory, use mulmoterminal-dirs instead.

211 Updated today
receptron