Themes and quick setup for Termux.
- One‑liner:
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/termux/install.sh | bash
# or
curl -fsSL https://raw.githubusercontent.com/xscriptor/terminal/main/termux/install.sh | bash- Downloads themes to
~/.termux/themes. - Applies
xby default to~/.termux/colors.properties. - Creates the
tmxfunction and aliases to switch themes. - Tries to reload settings via
termux-reload-settings.
- Switch theme:
tmx <theme-name>- Examples:
tmx x,tmx madrid,tmx oslo,tmx praha
- Examples:
- Quick aliases:
tmxx,tmxxmadrid,tmxxlahabana,tmxxmiami,tmxxparis,tmxxtokio,tmxxoslo,tmxxhelsinki,tmxxberlin,tmxxlondon,tmxxpraha,tmxxbogota
- Reload settings:
termux-reload-settings - If aliases don’t show up, reload your shell:
source ~/.bashrcorsource ~/.zshrc
- Installer: install.sh
- Themes:
~/.termux/themes/*.properties
- Termux uses
~/.termux/colors.propertiesfor colors. - On some devices, restarting Termux or running
termux-reload-settingsis needed after switching themes.