Skip to content

Commit

Permalink
[bundles], [tmux] theme added
Browse files Browse the repository at this point in the history
  • Loading branch information
heapwolf committed Jan 24, 2013
1 parent 9d13a76 commit d2dcfe5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .tmux/mux
@@ -0,0 +1,16 @@
set -g status-left-length 32
set -g status-right-length 150

set -g status-fg white
set -g status-bg colour234
set -g window-status-activity-attr bold
set -g pane-border-fg colour245
set -g pane-active-border-fg colour39
set -g message-fg colour16
set -g message-bg colour221
set -g message-attr bold

set -g status-left '#[fg=colour235,bg=colour252,bold] ∆ #S #[fg=colour252,bg=colour238,nobold]⮀#[fg=colour245,bg=colour238,bold] paolo #[fg=colour238,bg=colour234,nobold]⮀'
set -g window-status-format "#[fg=white,bg=colour234] #I #W "
set -g window-status-current-format "#[fg=colour234,bg=colour39]⮀#[fg=colour25,bg=colour39,noreverse,bold] #I ⮁ #W #[fg=colour39,bg=colour234,nobold]⮀"
set -g status-right '#[fg=color39] #(basic-cpu-and-memory.tmux)'

0 comments on commit d2dcfe5

Please sign in to comment.