{isNewProfile ? 'Create New Profile' : 'Edit Profile'}
Profile Name
Host
Port
Use SSL
Enable ANSI Colors
Auto Login
Enable Auto Login
{#if autoLogin.enabled}
Username
For security, the password is requested when connecting and is kept only in memory.
Auto-Login Commands
{#each autoLogin.commands as command, index}
{command}
removeCommand(index)} aria-label={`Remove command ${command}`}>✕
{/each}
New command
Add
{/if}
Appearance
Font
Monospace
Courier New
Roboto Mono
Source Code Pro
Font Size
Theme
Light
Dark
Dracula
Solarized
Accessibility
Enable Text-to-Speech
High Contrast Mode
{#if accessibilityOptions.textToSpeech}
Speech Rate
{accessibilityOptions.speechRate.toFixed(1)}
Speech Pitch
{accessibilityOptions.speechPitch.toFixed(1)}
Speech Volume
{accessibilityOptions.speechVolume.toFixed(1)}
{/if}
Cancel
Save