- dbt Fusion emitted no colour at all. Like most Rust command-line tools it only colourises a real terminal, and the scheduler captures a pipe. Fusion runs are now asked for colour explicitly, so
Debugging,Loadingand the closing summary come through in green. dbt-core runs are unaffected, they always had colour. - The viewer was dropping it. The log body was rendering for a white surface even in the dark theme, ignored the bright colour range, and dropped 256-colour and true-colour output entirely, so anything from
edr,ruff,uvor a rich-formatted script arrived monochrome.
ERROR line, an amber WARN, accent bars on OK and SKIP, and a toolbar reading 1 pass Β· 1 warn Β· 1 error Β· 1 skip Β· 4 total.
Dark mode
Several surfaces painted light panels or near invisible text in the dark theme:
- The command bar (
βK) was translucent enough to show the page through it, and the keyboard-selected row was the same colour as the panel behind it, so arrow-key navigation had no visible highlight. The selected row now has a distinct surface and a border, and the shortcut pills keep their outline on it. - Toasts rendered dark description text on a dark background. The toaster follows your theme now, including System.
- Embedded code editors were white blocks: the Radar custom alert SQL editor, the Bolt Edit YAML dialog, and the YAML editor behind development credentials in connection settings. All three follow light, dark and system live.
- Lineage controls now support dark mode.