Skip to content

0.0.6 — terminal ANSI yellow correction

Latest

Choose a tag to compare

@kevinlangleyjr kevinlangleyjr released this 04 Aug 20:18
· 3 commits to main since this release
565548c

The integrated terminal ANSI yellow now matches the rest of the Slatewave family: slot 3 moves from amber-700 #b45309 to amber-500 #f59e0b, slot 11 from amber-400 #fbbf24 to amber-300 #fcd34d.

That re-tune swept the terminal emulators on 2026-05-19 but never reached the editors with integrated terminals, so the same shell output rendered orange inside the editor and yellow outside it.

The semantic amber roles are a separate token family and are unchanged: #fbbf24 for warnings, escape characters, and decorators; #b45309 for the warning status bar and deprecated markers.

Applies to TERMINAL_YELLOW, TERMINAL_BRIGHT_YELLOW, and CONSOLE_YELLOW_OUTPUT. This repo stores colors as bare hex (value="b45309"), so it was invisible to the #-prefixed search that found the others.

The README accent table also split a stale row: #b45309 had been credited with "yellow terminal" alongside "deprecated markers", which stopped being true once ANSI yellow moved.