-
Notifications
You must be signed in to change notification settings - Fork 4
/
tmux-everforest-light-medium-xterm.conf
57 lines (42 loc) · 2.18 KB
/
tmux-everforest-light-medium-xterm.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
## COLORSCHEME: everforest dark medium
set-option -g status "on"
set -g status-interval 2
set-option -g status-fg 'color242' # fg
set-option -g status-bg 'color230' # bg0
set-option -g mode-style fg='color169',bg='color188' # fg=purple, bg=bg_visual
# default statusbar colors
set-option -g status-style fg='color242',bg='color254',default # fg=fg bg=bg_dim
# ---- Windows ----
# default window title colors
set-window-option -g window-status-style fg='color178',bg='color230' # fg=yellow bg=bg0
# default window with an activity alert
set-window-option -g window-status-activity-style fg=colour248,bg=colour237 # fg=fg3, bg=bg1
# active window title colors
set-window-option -g window-status-current-style fg='color242',bg='color230' # fg=fg bg=bg_green
# ---- Pane ----
# pane borders
set-option -g pane-border-style fg='color230' # fg=bg1
set-option -g pane-active-border-style fg='color68' # fg=blue
# pane number display
set-option -g display-panes-active-colour 'color68' # blue
set-option -g display-panes-colour '#F57D26' # orange
# ---- Command ----
# message info
set-option -g message-style fg='color167',bg='color254' # fg=statusline3 bg=bg_dim
# writing commands inactive
set-option -g message-command-style fg=colour223,bg=colour239 # bg=fg3, fg=bg1
# ---- Miscellaneous ----
# clock
set-window-option -g clock-mode-colour 'color68' #blue
# bell
set-window-option -g window-status-bell-style fg='color230',bg='color167' # fg=bg, bg=statusline3
# ---- Formatting ----
set-option -g status-left-style none
set -g status-left-length 60
set -g status-left '#[fg=color254,bg=color107,bold] #S #[fg=color107,bg=color254,nobold] #[fg=color107,bg=color254,bold] #(whoami) #[fg=color254,bg=color230,nobold] '
set-option -g status-right-style none
set -g status-right-length 150
set -g status-right '#[fg=color254] #[fg=color242,bg=color254] #[fg=color242,bg=color254]%Y-%m-%d | %H:%M #[fg=color254,bg=color72,bold] #h '
set -g window-status-separator '#[fg=color102,bg=color230] '
set -g window-status-format "#[fg=color248,bg=color230] #I | #[fg=color248,bg=color230]#W "
set -g window-status-current-format "#[fg=color242,bg=color254] #I | #[fg=color242,bg=color254,bold]#W #[fg=color230,bg=color254,nobold] "