Came across the wonderful Everforest colorschemes used in a neovim config and was tempted to use it everywhere but there wasn't a tmux equivalent that I could find and incorporate easily. So here it is.
The main versions of theme are configured with hex codes. This is still an ongoing process so further versions and xterm256 color support will come eventually.
The normal versions of the theme requires unicode support from the fonts used in your choice of terminal emulators. If you aren't able to see the following symbols in the terminal
you can use get NerdFonts or Powerline fonts. Alternatively you can use the xterm versions of the theme instead:
Copy and paste the contents in the configuration file into your own .tmux.conf
file or
cat ./tmux-everforest-dark-medium.conf >> ~/.tmux.conf
This methods gives you the most granular customization over what has been committed into the repository.
This would require the plugin manager to be installed and configured within .tmux.conf
.
set -g @plugin 'TanglingTreats/tmux-everforest' # Adds to the list of plugins
set -g @tmux-everforest 'dark-medium' # Sets the option to select the theme. Also the default.
# Add '-xterm' to the back of the name for xterm256 compatibility
# E.g. 'dark-medium-xterm'
- Direct Everforest port
- Light
- Soft
- Medium
- Hard
- Dark
- Soft
- Medium
- Hard
- Light
- xterm256 version
- Light
- Soft
- Medium
- Hard
- Dark
- Soft
- Medium
- Hard
- Light
- Everforest colorschemes from sainnhe
- The configuration and scripts that made this possible is inspired from tmux-gruvbox.