Skip to content

Instantly share code, notes, and snippets.

@meskarune
Created March 9, 2019 23:08
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meskarune/846d5044457084c43fe62b9f48b611e0 to your computer and use it in GitHub Desktop.
Save meskarune/846d5044457084c43fe62b9f48b611e0 to your computer and use it in GitHub Desktop.
tmux theme for status/panel on bottom
set -g pane-active-border-fg "colour13"
set -g pane-border-fg "colour239"
set -g message-fg "colour0"
set -g message-bg "colour13"
set -g status-justify left
set -g status-bg "colour236"
set -g status-fg white
setw -g clock-mode-colour "colour13"
setw -g status-left "#[bold] #S "
setw -g status-left-fg black
setw -g status-left-bg "colour13"
set status-right-length "100"
set -g status-right "#[bg=colour239] %a %B %-d, %Y #[fg=colour13].:. #[fg=white]%H:%M #[fg=black,bg=colour13]#[bold] #h "
#setw -g window-status-bell-fg red
#setw -g window-status-activity-fg yellow
set -g window-status-activity-style 'bg=yellow,fg=colour0'
set -g window-status-bell-style 'bg=red,fg=colour15'
set -g monitor-activity on
setw -g window-status-format " #I: #W "
setw -g window-status-separator ""
setw -g window-status-fg colour13
setw -g window-status-current-format " #I: #W "
setw -g window-status-current-fg "colour15"
setw -g window-status-current-bg "colour239"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment