Skip to content

0.0.10 — 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
749a34f

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.

This theme's terminal.ansi* block is the family's declared reference — alacritty-slatewave's config comments and ghostty-slatewave's README both cite it as what the terminal themes mirror. Leaving it on the old values made that documented invariant false in every terminal repo, which is why this one mattered beyond its own users.

Also adds alt text to the README ANSI swatches and an Open VSX badge.