-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path.tmux-1.8-theme.conf
38 lines (31 loc) · 1.01 KB
/
.tmux-1.8-theme.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# status bar
set -g status-bg colour234
set -g status-fg white
setw -g window-status-current-bg colour234
setw -g window-status-current-fg yellow
# pane border
set -g pane-border-fg colour237
set -g pane-active-border-fg colour221
# message text
set -g message-bg colour234
set -g message-fg brightblue
set -g message-command-bg colour234
set -g message-command-fg green
# monitor activity
setw -g monitor-activity on
set -g visual-activity off
set -g window-status-activity-attr bold
setw -g window-status-activity-bg colour234
setw -g window-status-activity-fg brightblue
# mode colors
set -g mode-bg colour67
set -g mode-fg colour235
set -g window-status-format "#I:#W "
set -g window-status-current-format "#I:#W "
set -g status-interval 2
set -g status-left-length 55
set -g status-right-length 150
set -g status-utf8 on
set -g status-left '#[fg=blue]#S #[fg=brightblack]•#[default]'
# set -g status-right '#22T #[fg=blue]#(tmux-mem-cpu -i 2 --colors) %H:%M#[default]'
set -g status-right '#22T #[fg=blue]%H:%M#[default]'