Skip to content

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:

ActionShortcut
Open agent panelCtrl+L / Cmd+L
Toggle terminal`Ctrl+ “
Quick file openCtrl+P
Command paletteCtrl+Shift+P
Switch themeCtrl+K T
Sign outCtrl+K Ctrl+L