You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking all customization work on this fork. dev is my daily-driver branch (packaged locally); main mirrors upstream. Everything lands via fork PRs into dev.
Workflow & infra
Fork workflow: dev as daily driver, lsyin/ vs lsyin-upstream/ branch naming, auto-delete on merge — claude rules: fork workflow #2
App-wide light/dark theme, distinct from terminal color themes. app:theme setting drives data-theme on document.documentElement; live-switches via the config pipeline. Tailwind @theme tokens alias the theme.scss:root vars, so each color has a single source of truth.
Self-contained dark documents still dark on light (need theme piped into their injected CSS / iframe, out of scope for a CSS-token pass): markdown code blocks (streamdown), JSON tree viewer (ijson), terminal IME composition popup (xterm.css)
Planned features
The original motivation for the fork — a terminal-first cockpit with rich embedded content.
Agent-monitoring sidebar (status / output of multiple agents)
Tracking all customization work on this fork.
devis my daily-driver branch (packaged locally);mainmirrors upstream. Everything lands via fork PRs intodev.Workflow & infra
devas daily driver,lsyin/vslsyin-upstream/branch naming, auto-delete on merge — claude rules: fork workflow #2Light UI theme
App-wide light/dark theme, distinct from terminal color themes.
app:themesetting drivesdata-themeondocument.documentElement; live-switches via the config pipeline. Tailwind@themetokens alias thetheme.scss:rootvars, so each color has a single source of truth.iterm-lightterminal theme — add iterm light term theme #1 (upstream: add iTerm Light terminal theme wavetermdev/waveterm#3418, open)app:themesetting + View -> Theme switch (infra, no colors) — add app:theme dark/light switch #4--color-subtlebg(white/5 -> black/5) and--tabbar-bg-color(black/35 -> black/4) — light UI theme (P2): popover/menu + config/onboarding/widget surfaces #7streamdown), JSON tree viewer (ijson), terminal IME composition popup (xterm.css)Planned features
The original motivation for the fork — a terminal-first cockpit with rich embedded content.