Skip to content

TanglingTreats/tmux-everforest

Repository files navigation

Everforest Tmux Plugin

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.

Dependencies

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:

Installation

Manual

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.

Tmux Plugin Manager

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'

Look and Feel

Dark Medium

Light Medium

TODO

  • Direct Everforest port
    • Light
      • Soft
      • Medium
      • Hard
    • Dark
      • Soft
      • Medium
      • Hard
  • xterm256 version
    • Light
      • Soft
      • Medium
      • Hard
    • Dark
      • Soft
      • Medium
      • Hard

Attribution