Tmux themes that automatically sync with Omarchy theme changes.
Watch how tmux automatically updates when switching Omarchy themes with Super + Ctrl + Shift + Space
- All 12 Omarchy themes supported
- Automatic theme synchronization
- Optional Nerd Font icons
- TPM compatible
- Auto-reload via systemd service
curl -fsSL https://raw.githubusercontent.com/joaofelipegalvao/omarchy-tmux/main/scripts/omarchy-tmux-install.sh | bashThen inside tmux, press prefix + I (Ctrl+b Shift+i) to install plugins.
Security Tip: Always review scripts before running. See Installation Guide for manual installation.
- Installation Guide - Detailed installation instructions and configuration
- How It Works - Architecture and technical details
- Troubleshooting - Common issues and solutions
If you prefer a cleaner look without icons, you can disable them.
Edit ~/.config/omarchy/themes/[theme]/tmux.conf:
set -g @theme_no_patched_font '1'Example without icons:
tmux source-file ~/.config/tmux/tmux.confcurl -fsSL https://raw.githubusercontent.com/joaofelipegalvao/omarchy-tmux/main/scripts/omarchy-tmux-uninstall.sh | bashContributions are welcome! Please:
- Fork the repository
- Create a feature branch
- Test thoroughly
- Submit a pull request
Note: This plugin does not modify Omarchy's core files (in ~/.local/share/omarchy). All configurations are stored in user-editable locations (~/.config).

