-
Notifications
You must be signed in to change notification settings - Fork 147
/
tmuxcolors-base16.conf
42 lines (31 loc) · 1.54 KB
/
tmuxcolors-base16.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
#### COLOUR (base16-solarized)
# This theme is a 256 color variant and it uses the color codes of the
# base16-solarized (256 color) terminal/shell theme:
# https://github.com/chriskempson/base16
# https://github.com/chriskempson/base16-shell
# It is based on the original tmux-colors-solarized light theme with some color
# codes changed (to map solarized base2, base00, orange, base1).
# In fact, this theme may be used in combination with any base16 256 color
# terminal/shell theme. But it will probably look a bit 'burnt' (i.e.
# solarized). It better matches the base16-solarized-light and
# base16-solarized-dark terminal/shell color themes.
# default statusbar colors
set-option -g status-style fg=yellow,bg=colour18 #yellow and base2
# default window title colors
set-window-option -g window-status-style fg=colour20,bg=default #base00 and default
#set-window-option -g window-status-style dim
# active window title colors
set-window-option -g window-status-current-style fg=colour16,bg=default #orange and default
#set-window-option -g window-status-current-style bright
# pane border
set-option -g pane-border-style fg=colour18 #base2
set-option -g pane-active-border-style fg=colour19 #base1
# message text
set-option -g message-style fg=colour16,bg=colour18 #orange and base2
# pane number display
set-option -g display-panes-active-colour blue #blue
set-option -g display-panes-colour colour16 #orange
# clock
set-window-option -g clock-mode-colour green #green
# bell
set-window-option -g window-status-bell-style fg=colour18,bg=red #base2, red