This is a fork of eliobtl1/kanagawa-tmux which is a fork of dreamsofcode-io/catppuccin-tmux. It changes the appearance of eliobtl1/kanagawa-tmux theme and adds some new displayed elements.
- Install TPM
- Add the kanagawa-tmux plugin:
set -g @plugin 'obergodmar/kanagawa-tmux'
# ...alongside
set -g @plugin 'tmux-plugins/tpm'
- Copy your desired theme's configuration contents into your Tmux config (usually stored at
~/.tmux.conf
) - Reload Tmux by either restarting the session or reloading it with
tmux source-file ~/.tmux.conf
This theme support certain levels of customization (but comparing to the original theme it has less options). To add these customizations, add any of the following options to your Tmux configuration.
In order to have the correct icons displayed please use your favorite nerd fonts patched font.
By default, the date_time
component has %H:%M
format.
It can be changed as following.
set -g @kanagawa_date_time "%Y-%m-%d %H:%M"