Skip to content

Repository files navigation

SonicTerm Apollo Themes

Apollo pairs a near-black, warm-contrast dark theme with Apollo Light's warm paper canvas for SonicTerm.

Preview CI Latest GitHub release MIT License Target: SonicTerm on macOS, Windows, and Linux Canonical Apollo palette

Simulated dark Apollo preview for SonicTerm Simulated Apollo Light preview for SonicTerm

Simulated previews. Rendered output may vary by font and platform.

Apollo Dark is the public name for the existing unsuffixed Apollo compatibility theme in apollo.toml. Apollo Light keeps its current identity in apollo-light.toml; existing installations and activation settings are unchanged.

Install

Install either theme or both:

mkdir -p ~/.sonicterm/themes
cp apollo.toml ~/.sonicterm/themes/apollo.toml
cp apollo-light.toml ~/.sonicterm/themes/apollo-light.toml

Activate

Set exactly one theme in ~/.sonicterm/sonicterm.toml:

# Existing dark theme
theme = "apollo"

or:

# Light theme
theme = "apollo-light"

Start SonicTerm, or run Reload Config in an existing session.

Uninstall

Select another installed theme, reload the configuration, then remove the corresponding file:

rm ~/.sonicterm/themes/apollo.toml        # dark Apollo
rm ~/.sonicterm/themes/apollo-light.toml  # Apollo Light

Removing one variant does not affect the other.

Visual check

For each installed variant, open tabs in active, inactive, and hover states, select text, and print ANSI colors 0–15. Dark Apollo should retain its #141617 canvas and yellow cursor. Apollo Light should use the #f9f5d7 paper canvas, dark #3c3836 text, and brown #8a5200 cursor. In both, confirm readable cursor and selection text plus the exact ordered normal/bright arrays in the matching palette snapshot. Automated checks validate files and values, not rendered pixels.

Development

Both native files are generated from pinned snapshots:

  • palette/apollo.jsonapollo.toml (dark, compatibility-preserving)
  • palette/apollo-light.jsonapollo-light.toml (light)
python3 scripts/generate.py
python3 scripts/generate.py --check
python3 scripts/check.py
python3 -m unittest discover -s tests -v

Generation and checks never modify SonicTerm preferences.

License

MIT

Releases

Packages

Contributors

Languages