A clean and elegant theme for tmux with a modern color palette inspired by Gleam.
- Clean and minimal design
- Session, window and pane indicators
- Status indicators for:
- Prefix key activation (⌨)
- Copy mode (✂)
- Zoom mode (🔍)
- SSH connections (🌐)
- Activity and bell indicators
- Date and time display
- Custom pane borders
- tmux version 3.4 or higher
- A terminal that supports 256 colors
First, install TPM if you haven't already:
Add the plugin to your ~/.tmux.conf
:
set -g @plugin 'juliocabrera820/tmux-gleam-theme'
Press prefix
+ I (capital i) to fetch and install the plugin.
Clone the repository:
git clone https://github.com/juliocabrera820/tmux-gleam-theme ~/.tmux/plugins/tmux-gleam-theme
Add this line to your ~/.tmux.conf
:
source-file ~/.tmux/plugins/tmux-gleam-theme/gleam.tmux
Reload tmux configuration:
tmux source-file ~/.tmux.conf
You can customize the theme by copying gleam.tmux
to your tmux configuration directory and modifying the colors and formats to your liking.
prefix + z
: Toggle zoom on the current paneprefix + [
: Enter copy modeprefix + ]
: Paste from buffer
Note: By default, the prefix key is set to Ctrl + b
Contributions are welcome! Please feel free to submit a Pull Request.
Created by Julio Cabrera Inspired by the Gleam programming language color scheme.
If you have any questions or issues, please open an issue on the GitHub repository.