Skip to content

Instantly share code, notes, and snippets.

@shime
Last active July 16, 2025 15:46
Show Gist options
  • Save shime/4a57042e2a9f55342c5badd691481667 to your computer and use it in GitHub Desktop.
Save shime/4a57042e2a9f55342c5badd691481667 to your computer and use it in GitHub Desktop.
Tokyo Night Storm theme for tmux status bar
# 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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment