# Tokyo Night Moon for tmux -- the palette Panama ships. # # Reference, not the source of the running colours. tmux.conf sources # current-theme.conf, which panama-theme-apps RENDERS from the active theme's # palette -- so any of the ten themes reaches tmux, not only the two Tokyo # Nights. This file used to be copied into that one; it is kept because it is a # complete tmux theme somebody may want to source directly. # # Every color here was already in tmux.conf; this file is that block verbatim. set -g mode-style "fg=#82aaff,bg=#3b4261" set -g message-style "fg=#82aaff,bg=#3b4261" set -g message-command-style "fg=#82aaff,bg=#3b4261" set -g pane-border-style "fg=#82aaff" set -g pane-active-border-style "fg=#b172b0" set -g status-style "fg=#b172b0,bg=#3b4261" set -g status-bg "#222436" set -g status-left "#[fg=#1b1d2b,bg=#b172b0,bold] #S #[fg=#1b1d2b,bg=#b172b0,nobold,nounderscore,noitalics]" set -g status-right "#[fg=#1b1d2b,bg=#82aaff,nobold,nounderscore,noitalics]#[fg=#b172b0,bg=#3b4261] #{prefix_highlight} #[fg=#3b4261,bg=#3b4261]#[fg=#b172b0,bg=#3b4261] %Y/%m/%d %I:%M %p #[fg=#82aaff,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#1b1d2b,bg=#b172b0,bold,italics] #h " setw -g window-status-format "#[fg=#1b1d2b,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#82aaff,bg=#3b4261] #I #W #F #[fg=#1b1d2b,bg=#3b4261,nobold,nounderscore,noitalics]" setw -g window-status-current-format "#[fg=#1b1d2b,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#b172b0,bg=#3b4261,bold] #I #W #F #[fg=#3b4261,bg=#3b4261,nobold,nounderscore,noitalics]" setw -g window-status-separator ""