Everforest for Tmux, based off the lovely Catppuccin tmux theme but with the palette of Everforest
- Install TPM
- Add the Everforest plugin:
set -g @plugin 'bobcats/everforest-tmux'
# ...alongside
set -g @plugin 'tmux-plugins/tpm'
- (Optional) Set your preferred flavour, it defaults to
"dark-medium"
:
set -g @everforest_theme 'light-medium' # or any permutation of dark/light and soft/medium/hard
- 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
By default, the theme places the window-status
in the status-right
. With
@everforest_window_tabs_enabled
set to on
, the theme will place the
directory within the status-right
and move the window names to the
window-status
format variables.
set -g @everforest_window_tabs_enabled on # or off to disable window_tabs
Copyright for portions of everforest-tmux are held by: Copyright © 2021-present Catppuccin Org(LICENSE) as part of Catppuccin and catppuccin/tmux
Copyright for portions of everforest-tmux are also held by: Copyright © 2019-present Sainnhe(LICENSE) as part of Everforest