Configuration
Spectra uses a ghostty-compatible config format at ~/.config/spectra/config.conf.
Config File Location
~/.config/spectra/config.confSpectra watches this file for changes and applies them automatically.
Common Settings
# Fontfont-family = JetBrains Monofont-size = 14
# Windowwindow-padding-x = 8window-padding-y = 4background-opacity = 0.95
# Terminalscrollback-limit = 10000
# Theme (ghostty theme name)theme = catppuccin-mochaSpectra-Specific Keys
These keys are specific to Spectra and not part of the ghostty config:
# Sidebar width (pixels)spectra-sidebar-width = 240
# Split divider color (hex)spectra-split-divider-color = #3a3a3aReloading Config
Config changes are detected automatically. You can also reload manually via:
- Menu: Shell > Reload Config
- Command Palette:
Cmd+Pthen type “Reload Config”