This repository was archived by the owner on Feb 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.tmux.conf
More file actions
61 lines (43 loc) · 1.49 KB
/
Copy path.tmux.conf
File metadata and controls
61 lines (43 loc) · 1.49 KB
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
58
59
60
61
#fot colours
#set -g default-terminal 'screen-256color'
# Need for winterm >
#set -g default-terminal 'tmux-256color'
set-option -sa terminal-overrides ",xterm*:Tc"
#set -g @plugin 'mattdavis90/base16-tmux'
#set -g @colors-base16 'default-dark'
#set -g default-terminal 'xterm'
#set -ga terminal-overrides ",xterm-termite:Tc"
#set-option -g xterm-keys on
# COLOUR (base16)
# default statusbar colors
set-option -g status-style "fg=#bdae93,bg=#3c3836"
# default window title colors
set-window-option -g window-status-style "fg=#bdae93,bg=default"
# active window title colors
set-window-option -g window-status-current-style "fg=#fabd2f,bg=default"
# pane border
set-option -g pane-border-style "fg=#3c3836"
set-option -g pane-active-border-style "fg=#504945"
# message text
set-option -g message-style "fg=#d5c4a1,bg=#3c3836"
# pane number display
set-option -g display-panes-active-colour "#b8bb26"
set-option -g display-panes-colour "#fabd2f"
# clock
set-window-option -g clock-mode-colour "#b8bb26"
# copy mode highligh
set-window-option -g mode-style "fg=#bdae93,bg=#504945"
# bell
set-window-option -g window-status-bell-style "fg=#3c3836,bg=#fb4934"
#mouse
set -g mouse off
# color status bar
set -g status-style fg=colour2,bg=default
# color of message bar
set -g message-style fg=colour4,bold,bg=black
set -g status-position bottom
set -g status-interval 1
set -g status-left-length 200
set -g status-left '#{hostname_ssh} #(date) '
# pane's
set -g pane-active-border-style fg=colour56,bg=black