Skip to content

Instantly share code, notes, and snippets.

@lazevedo
Created February 14, 2018 17:38
Show Gist options
  • Save lazevedo/6ed45ea1a182e8a2a2cf97a9e609e0dc to your computer and use it in GitHub Desktop.
Save lazevedo/6ed45ea1a182e8a2a2cf97a9e609e0dc to your computer and use it in GitHub Desktop.
unbind C-b
set -g prefix C-a
bind C-a send-prefix
set -g default-terminal "screen-256color"
setw -g clock-mode-colour colour117
setw -g mode-attr bold
setw -g mode-fg colour117
setw -g mode-bg colour238
set -g status-bg colour235
set -g status-fg colour248
setw -g window-status-current-fg colour223
setw -g window-status-current-bg colour237
setw -g window-status-current-attr bold
set -g message-attr bold
set -g message-fg colour117
set -g message-bg colour235
set -g status-left '#[fg=colour187,bold]#H'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment