-
Notifications
You must be signed in to change notification settings - Fork 0
/
.tmux-style-monokai
19 lines (19 loc) · 1.24 KB
/
.tmux-style-monokai
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
set -g status-bg "#1f292d"
set -g status-justify "left"
set -g status-left-length "100"
set -g status "on"
set -g status-right-length "100"
set -g message-style "fg=#1f292d,bg=#e0f2f1"
set -g message-command-style "fg=#1f292d,bg=#e0f2f1"
#set -g pane-border-style "fg=black,bg=black"
set -g pane-border-style "fg=#455a64,bg=#263238"
#set -g pane-active-border-style "fg=colour116,bg=black"
set -g pane-active-border-style "fg=#a7ffeb,bg=#263238"
set -g window-status-activity-style "fg=colour7,bg=colour0"
setw -g window-status-separator ""
set -g window-status-style "fg=colour10,bg=colour0"
setw -g mode-style "fg=#1f292d,bg=#e0f2f1"
set -g status-left "#[fg=colour15,bg=colour0,bold] #S #[fg=colour0,bg=#1f292d,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=colour8,bg=#1f292d,nobold,nounderscore,noitalics]#[fg=#1f292d,bg=colour8] %Y-%m-%d %H:%M #[fg=colour0,bg=colour8,nobold,nounderscore,noitalics]#[fg=colour15,bg=colour0] #h "
setw -g window-status-format "#[fg=colour246,bg=#1f292d] #I #[fg=colour246,bg=#1f292d] #W "
setw -g window-status-current-format "#[fg=#1f292d,bg=colour8,nobold,nounderscore,noitalics]#[fg=#1f292d,bg=colour8] #I #[fg=#1f292d,bg=colour8] #W #[fg=colour8,bg=#1f292d,nobold,nounderscore,noitalics]"