Update README.md

This commit is contained in:
Yiliu Shen-Burke 2026-03-15 01:02:41 -07:00
parent b183bf5cbe
commit 76a0666eb8

View file

@ -1,3 +1,6 @@
---
type: "note"
---
# Collaborator
Collaborator is a place to build with agents.
@ -215,32 +218,4 @@ Canvas state is saved 500ms after each change (debounced) and immediately when t
}
```
### Keyboard shortcuts
| Shortcut | Action |
| ------------------ | -------------------- |
| Cmd+\ | Toggle navigator |
| Cmd+, | Settings |
| Cmd+Shift+O | Add workspace |
| Cmd+K | Search |
| Cmd+= | Zoom in |
| Cmd+- | Zoom out |
| Cmd+0 | Reset zoom |
| F2 | Rename selected file |
| Delete / Backspace | Delete selected file |
| Escape | Close viewer |
### Appearance
The application supports light and dark modes.
| Property | Light | Dark |
| ---------- | ------------------ | ------------------------ |
| Background | rgb(248, 248, 248) | rgb(18, 18, 18) |
| Canvas | rgb(230, 230, 230) | rgb(24, 24, 24) |
| Text | rgb(32, 32, 32) | rgb(220, 220, 220) |
| Border | rgb(206, 206, 206) | rgba(255, 255, 255, 0.2) |
Tiles have rounded corners and a subtle drop shadow.