forked from hasundue/tmux-gruvbox-material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlight-soft.tmuxtheme
21 lines (20 loc) · 1.21 KB
/
light-soft.tmuxtheme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This tmux statusbar config was created by tmuxline.vim
# on Sun, 15 May 2022
set -g status-justify "left"
set -g status "on"
set -g status-left-style "none"
set -g message-command-style "fg=#4f3829,bg=#dac9a5"
set -g status-right-style "none"
set -g pane-active-border-style "fg=#7c6f64"
set -g status-style "none,bg=#ebdbb2"
set -g message-style "fg=#4f3829,bg=#dac9a5"
set -g pane-border-style "fg=#dac9a5"
set -g status-right-length "100"
set -g status-left-length "100"
setw -g window-status-activity-style "none"
setw -g window-status-separator ""
setw -g window-status-style "none,fg=#4f3829,bg=#ebdbb2"
set -g status-left "#[fg=#f2e5bc,bg=#7c6f64,bold] #S #[fg=#7c6f64,bg=#ebdbb2,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=#dac9a5,bg=#ebdbb2,nobold,nounderscore,noitalics]#[fg=#4f3829,bg=#dac9a5] %Y-%m-%d %H:%M #[fg=#7c6f64,bg=#dac9a5,nobold,nounderscore,noitalics]#[fg=#f2e5bc,bg=#7c6f64,bold] #h "
setw -g window-status-format "#[fg=#4f3829,bg=#ebdbb2] #I #[fg=#4f3829,bg=#ebdbb2] #W "
setw -g window-status-current-format "#[fg=#ebdbb2,bg=#dac9a5,nobold,nounderscore,noitalics]#[fg=#4f3829,bg=#dac9a5] #I #[fg=#4f3829,bg=#dac9a5] #W #[fg=#dac9a5,bg=#ebdbb2,nobold,nounderscore,noitalics]"