aboutsummaryrefslogtreecommitdiffstats
path: root/tmux/theme.tmux.conf
blob: f313f684faf4fc4933632112d653651c135669e2 (plain) (blame)
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
# vim:fileencoding=utf-8:ft=tmux

set -g pane-border-lines heavy
set -g clock-mode-style 24
set -g monitor-bell on
set -g monitor-activity on

# Copy mode

set -g copy-mode-match-style "bg=color8 fg=color1"
set -g copy-mode-current-match-style "bg=color5 fg=color0"
set -g copy-mode-mark-style "bg=red fg=black"
set -g mode-style "bg=color2 fg=color0"

# Menus
set -g menu-selected-style "bg=yellow fg=black"

# Statusbar
set -g status-position top
set -g status-style "fg=color7 dim"

set -g status-left-length 15

set -g status-right "#{user}@#h"

# Windows
setw -g window-status-current-format " #[bold]#I #[nobold]#W #F "
setw -g window-status-current-style "bg=color5 fg=color0"
setw -g window-status-format " #[nodim]#I #[dim]#W #F "