tmux-tomorrow
November 30, 2018 ยท View on GitHub
5 flavors of Tomorrow theme based on specifications from Tomorrow Theme (i.e. dark/blue and light).

Variations
All 5 variations have been implemented:
- Dark bright:
tomorrow-night-bright - Dark eighties blue:
tomorrow-night-eighties-blue - Dark eighties:
tomorrow-night-eighties - Dark:
tomorrow-night - Light:
tomorrow
Usage
Include the theme of your choice in tmux.conf like this:
set -g default-terminal "screen-256color" # Setting the correct term
source-file ~/.tmux/themes/tomorrow.tmux
Thanks
- based on initial work by KuoE0's work ;
- initial work by chriskempson/tomorrow-theme