

# Tokyo Night Storm theme | |
set -g status-style 'bg=#24283b fg=white' | |
# Print full session name in the status bar | |
set -g status-left-length 100 | |
set -g status-left "#[fg=#73daca]#S #[default]" | |
# Set the current window to display in a different color | |
set-option -g window-status-current-style "fg=#bb9af7,bold" | |
# Remove the asterisk from the format | |
set-option -g window-status-format "#I:#W" |