mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 08:03:39 +00:00
docs(coding-agent): fix token count in themes.md, rewrite skills.md
- Fixed themes.md: 50 -> 51 color tokens - Rewrote skills.md to match structure of other docs (TOC, concise sections) - Removed redundant content from skills.md while keeping all essential info
This commit is contained in:
parent
728dc86d49
commit
3dca4979e4
2 changed files with 80 additions and 159 deletions
|
|
@ -139,13 +139,13 @@ vim ~/.pi/agent/themes/my-theme.json
|
|||
|
||||
- `name` is required and must be unique.
|
||||
- `vars` is optional. Define reusable colors here, then reference them in `colors`.
|
||||
- `colors` must define all 50 required tokens.
|
||||
- `colors` must define all 51 required tokens.
|
||||
|
||||
The `$schema` field enables editor auto-completion and validation.
|
||||
|
||||
## Color Tokens
|
||||
|
||||
Every theme must define all 50 color tokens. There are no optional colors.
|
||||
Every theme must define all 51 color tokens. There are no optional colors.
|
||||
|
||||
### Core UI (11 colors)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue