Skip to content

Instantly share code, notes, and snippets.

@chattama
Created August 13, 2012 02:21
Show Gist options
  • Save chattama/3336479 to your computer and use it in GitHub Desktop.
Save chattama/3336479 to your computer and use it in GitHub Desktop.
.tmux.conf
# status
set -g status-fg cyan
set -g status-bg black
set -g status-left-length 30
set -g status-left '#[fg=white,bg=black]#H#[fg=white]:#[fg=white][#S#[fg=white]][#[default]'
set -g status-right '#[fg=black,bg=cyan,bold] [%Y-%m-%d(%a) %H:%M]#[default]'
# window-status-current
setw -g window-status-current-fg black
setw -g window-status-current-bg cyan
setw -g window-status-current-attr bold#,underscore
# pane-active-border
set -g pane-active-border-fg black
set -g pane-active-border-bg cyan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment