# Tokyo Night Moon for tmux -- the palette Panama ships. # # Extracted from tmux.conf so the two schemes can be swapped. tmux.conf sources # current-theme.conf, which panama-theme-apps generates from one of these. # # Every colour 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 ""