mirror of
https://github.com/brightwav3/Coding-Agent-Theme.git
synced 2026-07-22 04:50:26 +00:00
- Remove all !important (bold/italic via specificity, cursor via --caret-color) - Add screenshot field to manifest.json so the preview resolves at the tagged release - Bump to 1.2.1
1.5 KiB
1.5 KiB
Changelog
All notable changes to this project are documented here. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.2.1] - 2026-06-14
Fixed
- Removed all
!importantdeclarations; bold and italic now win by selector specificity, and the editor cursor is colored via the--caret-colorvariable. - Added
screenshot.pngand ascreenshotfield tomanifest.jsonso the theme preview resolves during submission.
[1.2.0] - 2026-06-14
Changed
- Split the Paper (Courier) look out into its own standalone theme, Paper Source. Coding Agent now focuses on its two coding-agent identities: Claude Code and OpenAI Codex.
- Aligned the
manifest.jsonauthor name andauthorUrlwith the repository.
Removed
- The Paper (Courier) option from the Style Settings Look selector and all
associated
cc-look-paperstyling.
Added
- MIT license file.
- Expanded README with the looks overview, full feature list, a Style Settings reference table, and detailed installation instructions.
- This changelog.
[1.1.0] - 2026-06-12
Added
- Paper (Courier) look alongside Claude Code and OpenAI Codex.
- Style Settings controls for background depth, corner radius, font size, monospace UI, and the H1 prompt glyph.
[1.0.0] - 2026-06-11
Added
- Initial release with Claude Code and OpenAI Codex looks.