Home

Awesome

Tmux themes

This is an plugin that applying the tmux themes maintained by me.

This plugin is compatible with Tmux plugin manager(TPM)

Notes

Installation

Installation with Tmux Plugin Manager (recommended)

Requirements: tmux version 3.0 (or higher), bash.

Add plugin to the list of TPM plugins in .tmux.conf:

set -g @plugin 'charlietag/tmux-themes'

Hit prefix + I to fetch the plugin and source it.

Enjoy your tmux's new look !

Manual Installation

Clone the repo:

$ git clone https://github.com/charlietag/tmux-themes.git ~/clone/path

Add this line to the bottom of .tmux.conf:

run-shell ~/clone/path/theme.tmux

Reload TMUX environment:

# type this in terminal
$ tmux source-file ~/.tmux.conf

Enjoy your tmux's new look !

Examples

tmux-theme:<br/> tmux-theme

tmux-theme (Dark Mode):<br/> tmux-theme

There might be more themes in the future.

Customization

Here are all available options with their default values:

@theme-loading-cpu-mem 'on'            # [ on | off]

@theme-network-bandwith 'on'           # [ on | off]

@theme-dark-mode 'on'                  # [ on | off] , default off

@theme-dard-mode-bindkey 'T'           # [ -r T | M-s | -n F11 ] , this is for toggle theme dark mode, define yourself just like bind-key

Don't forget to reload tmux environment ($ tmux source-file ~/.tmux.conf) after you do this.

Usage

Sample config in ~/.tmux.conf

set -g @plugin 'charlietag/tmux-themes'
set -g @theme-loading-cpu-mem 'on'     # [ on | off] , default: on
set -g @theme-network-bandwith 'on'    # [ on | off] , default: on

set -g @theme-dark-mode 'on'           # [ on | off] , default off
set -g @theme-dard-mode-bindkey 'T'    # [ -r T | M-s | -n F11 ] , this is for toggle theme dark mode, define yourself just like bind-key

Useful command

Also read

Other goodies

License

MIT license

Change Log