/everforest-tmux

Everforest theme for Tmux, based on Catppuccin

Primary LanguageShellMIT LicenseMIT

README

Everforest for Tmux, based off the lovely Catppuccin tmux theme but with the palette of Everforest

TPM

  1. Install TPM
  2. Add the Everforest plugin:
set -g @plugin 'bobcats/everforest-tmux'
# ...alongside
set -g @plugin 'tmux-plugins/tpm'
  1. (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

Manual

  1. Copy your desired theme's configuration contents into your Tmux config (usually stored at ~/.tmux.conf)
  2. Reload Tmux by either restarting the session or reloading it with tmux source-file ~/.tmux.conf

Configuration options

Enable window tabs

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

Thanks to

 

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