Skip to content

Settings & theming

The Settings screen holds app-wide preferences. They're persisted to settings.json in your config directory (see Configuration & data).

Available settings

SettingValuesNotes
Themesystem, light, darksystem follows your OS appearance.
Default profileany AWS profile, or nonePre-selected in the top bar on launch.
Default regionany region, or nonePre-selected in the top bar on launch.
Download directorya path, or noneDefault destination for file downloads. Empty uses ~/Downloads.
SSH keys foldera path, or noneFolder scanned for the SSH key picker's suggestions. Empty uses ~/.ssh.
Log levelerror, warn, info, debugHow verbose the engine logs are.

The Download directory and SSH keys folder fields each have a Browse button that opens your native file dialog, so you can pick a folder instead of typing or pasting a path.

Theming

SSM Dojo ships light and dark themes built on CSS-variable design tokens, with a teal accent color. Choosing system matches your OS appearance automatically and switches live when your OS toggles between light and dark.

Defaults

Setting a default profile and default region pre-selects them in the top bar on launch, so you do not need to re-pick them each time. Set them right after installing.

Where settings are stored is covered in Your data & settings.

Documentation for SSM Dojo.