My custom thme for tmux
using Flat UI colors. Install:
sudo apt install -y curl tmux xclip
curl https://raw.githubusercontent.com/aamnah/tmux-flat-theme/master/install_remote.sh | bash
Detailed notes on how to customize a tmux theme here
# Colors used
TURQUOISE='#1abc9c' # teal
PETERRIVER='#3498db' # blue
WETASPHALT='#34495e'
MIDNIGHTBLUE='#2c3e50'
ALIZARIN='#e74c3c' #red
CLOUDS='#ecf0f1' # light gray
CONCRETE='#95a5a6' # gray
A bash script is included, run it for a quick and easy install
bash ./install.sh
The script takes care of the following:
- Creates a
~/.tmux/
directory if one doesn't exist - Creates a
~/.tmux.conf
file if one doesn't exist - Copies the required theme files
flattheme.conf
andflattheme.tmux
to the~/.tmux
folder - Add the code to load the theme inside
~/.tmux.conf
- Add CPU load and RAM info to
status-right
example - Show current working directory with window title in status bar example
- Edit the current directory path to only show the current folder instead of the entire path
- Make the theme self-conatined. Save it as a separate file and load from
~/.tmux.conf
- include an install script
- style the clock (
clock-mode-colour
andclock-mode-style
)