Themes & settings
Sirius ships with a curated set of dark and light themes. The defaults
mirror the website palette (#0a0a0a background, #00d2ff accent).
Switch theme
Preferences → Appearance → Theme- Or use the command palette:
Theme: Switch…
The selection is per-machine. Sync is on the roadmap.
Font
The bundled monospace font is JetBrains Mono. To use a system font:
// Preferences → Editor → Font{ "editor.fontFamily": "Iosevka, JetBrains Mono, monospace", "editor.fontSize": 13, "editor.lineHeight": 1.55, "editor.ligatures": true}Keybindings
We follow VS Code’s defaults where possible. Notable exceptions:
| Action | Shortcut |
|---|---|
| Open agent panel | Ctrl+L / Cmd+L |
| Toggle terminal | `Ctrl+ “ |
| Quick file open | Ctrl+P |
| Command palette | Ctrl+Shift+P |
| Switch theme | Ctrl+K T |
| Sign out | Ctrl+K Ctrl+L |