-
Notifications
You must be signed in to change notification settings - Fork 3
/
tmux-gruvbox-light.conf
54 lines (40 loc) · 1.99 KB
/
tmux-gruvbox-light.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
# COLORSCHEME: gruvbox light
BG1="#ebdbb2"
BG2="#7c6f64"
BG3="#d5c4a1"
FG1="#f2e5bc"
set-option -g status "on"
# default statusbar colors
set-option -g status-style fg=$FG1,bg=$BG1 #fg1
# default window title colors
set-window-option -g window-status-style fg=$BG3,bg=$BG1 #bg1
set-window-option -g window-status-activity-style fg=colour248,bg=$BG2 #fg3
# active window title colors
set-window-option -g window-status-current-style fg=$BG1,bg=$BG2 #bg1
# pane border
set-option -g pane-active-border-style fg=$BG3
set-option -g pane-border-style fg=$BG3
# message infos
set-option -g message-style fg=$BG2,bg=$BG1 #fg1
# commands
set-option -g message-command-style fg=$FG1,bg=$BG1 #bg1
# pane number display
set-option -g display-panes-active-colour colour250 #fg2
set-option -g display-panes-colour colour237 #bg1
# clock
set-window-option -g clock-mode-colour colour24 #blue
# bell
set-window-option -g window-status-bell-style fg=colour229,bg=colour88 #bg, red
set-option -g status-style "none"
set-option -g status-justify "left"
set-option -g status-left-style "none"
set-option -g status-left-length "80"
set-option -g status-right-style "none"
set-option -g status-right-length "80"
set-window-option -g window-status-activity-style "none"
set-window-option -g window-status-style "none"
set-window-option -g window-status-separator ""
set-option -g status-left "#[fg=$FG1, bg=$BG2] #S #[fg=$BG2, bg=$BG1, nobold, noitalics, nounderscore]"
set-option -g status-right "#[fg=$BG3, bg=$BG1, nobold, nounderscore, noitalics]#[fg=$BG2,bg=$BG3] %Y-%m-%d %H:%M #[fg=$BG2, bg=$BG3, nobold, noitalics, nounderscore]#[fg=$FG1, bg=$BG2] #h "
set-window-option -g window-status-current-format "#[fg=$BG3, bg=$BG1, :nobold, noitalics, nounderscore]#[fg=$BG1, bg=$BG2] #I #[fg=$BG1, bg=$BG2, bold] #W #[fg=$BG2, bg=$BG1, nobold, noitalics, nounderscore]"
set-window-option -g window-status-format "#[fg=$BG1,bg=$BG3,noitalics]#[fg=$BG2,bg=$BG3] #I #[fg=$BG2, bg=$BG3] #W #[fg=$BG3, bg=$BG1, noitalics]"