Commit 7849dba 1 parent fdb633f commit 7849dba Copy full SHA for 7849dba
File tree 4 files changed +16
-32
lines changed
4 files changed +16
-32
lines changed Original file line number Diff line number Diff line change 1
1
#### COLOUR (Solarized 256)
2
2
3
3
# default statusbar colors
4
- set-option -g status-style bg=colour235 #base02
5
- set-option -g status-style fg=colour136 #yellow
4
+ set-option -g status-style fg=colour136,bg=colour235 #yellow and base02
6
5
7
6
# default window title colors
8
- set-window-option -g window-status-style fg=colour244 #base0
9
- set-window-option -g window-status-style bg=default
7
+ set-window-option -g window-status-style fg=colour244,bg=default #base0 and default
10
8
#set-window-option -g window-status-style dim
11
9
12
10
# active window title colors
13
- set-window-option -g window-status-current-style fg=colour166 #orange
14
- set-window-option -g window-status-current-style bg=default
11
+ set-window-option -g window-status-current-style fg=colour166,bg=default #orange and default
15
12
#set-window-option -g window-status-current-style bright
16
13
17
14
# pane border
18
15
set-option -g pane-border-style fg=colour235 #base02
19
16
set-option -g pane-active-border-style fg=colour240 #base01
20
17
21
18
# message text
22
- set-option -g message-style bg=colour235 #base02
23
- set-option -g message-style fg=colour166 #orange
19
+ set-option -g message-style fg=colour166,bg=colour235 #orange and base02
24
20
25
21
# pane number display
26
22
set-option -g display-panes-active-colour colour33 #blue
Original file line number Diff line number Diff line change 14
14
# base16-solarized-dark terminal/shell color themes.
15
15
16
16
# default statusbar colors
17
- set-option -g status-style bg=colour18 #base2
18
- set-option -g status-style fg=yellow #yellow
17
+ set-option -g status-style fg=yellow,bg=colour18 #yellow and base2
19
18
20
19
# default window title colors
21
- set-window-option -g window-status-style fg=colour20 #base00
22
- set-window-option -g window-status-style bg=default
20
+ set-window-option -g window-status-style fg=colour20,bg=default #base00 and default
23
21
#set-window-option -g window-status-style dim
24
22
25
23
# active window title colors
26
- set-window-option -g window-status-current-style fg=colour16 #orange
27
- set-window-option -g window-status-current-style bg=default
24
+ set-window-option -g window-status-current-style fg=colour16,bg=default #orange and default
28
25
#set-window-option -g window-status-current-style bright
29
26
30
27
# pane border
31
28
set-option -g pane-border-style fg=colour18 #base2
32
29
set-option -g pane-active-border-style fg=colour19 #base1
33
30
34
31
# message text
35
- set-option -g message-style bg=colour18 #base2
36
- set-option -g message-style fg=colour16 #orange
32
+ set-option -g message-style fg=colour16,bg=colour18 #orange and base2
37
33
38
34
# pane number display
39
35
set-option -g display-panes-active-colour blue #blue
Original file line number Diff line number Diff line change 1
1
#### COLOUR (Solarized dark)
2
2
3
3
# default statusbar colors
4
- set-option -g status-style bg=black #base02
5
- set-option -g status-style fg=yellow #yellow
4
+ set-option -g status-style fg=yellow,bg=black #yellow and base02
6
5
7
6
# default window title colors
8
- set-window-option -g window-status-style fg=brightblue #base0
9
- set-window-option -g window-status-style bg=default
7
+ set-window-option -g window-status-style fg=brightblue,bg=default #base0 and default
10
8
#set-window-option -g window-status-style dim
11
9
12
10
# active window title colors
13
- set-window-option -g window-status-current-style fg=brightred #orange
14
- set-window-option -g window-status-current-style bg=default
11
+ set-window-option -g window-status-current-style fg=brightred,bg=default #orange and default
15
12
#set-window-option -g window-status-current-style bright
16
13
17
14
# pane border
18
15
set-option -g pane-border-style fg=black #base02
19
16
set-option -g pane-active-border-style fg=brightgreen #base01
20
17
21
18
# message text
22
- set-option -g message-style bg=black #base01
23
- set-option -g message-style fg=brightred #orange
19
+ set-option -g message-style fg=brightred,bg=black #orange and base01
24
20
25
21
# pane number display
26
22
set-option -g display-panes-active-colour blue #blue
Original file line number Diff line number Diff line change 1
1
#### COLOUR (Solarized light)
2
2
3
3
# default statusbar colors
4
- set-option -g status-style bg=white #base2
5
- set-option -g status-style fg=yellow #yellow
4
+ set-option -g status-style fg=yellow,bg=white #yellow and base2
6
5
7
6
# default window title colors
8
- set-window-option -g window-status-style fg=brightyellow #base00
9
- set-window-option -g window-status-style bg=default
7
+ set-window-option -g window-status-style fg=brightyellow,bg=default #base0 and default
10
8
#set-window-option -g window-status-style dim
11
9
12
10
# active window title colors
13
- set-window-option -g window-status-current-style fg=brightred #orange
14
- set-window-option -g window-status-current-style bg=default
11
+ set-window-option -g window-status-current-style fg=brightred,bg=default #orange and default
15
12
#set-window-option -g window-status-current-style bright
16
13
17
14
# pane border
18
15
set-option -g pane-border-style fg=white #base2
19
16
set-option -g pane-active-border-style fg=brightcyan #base1
20
17
21
18
# message text
22
- set-option -g message-style bg=white #base2
23
- set-option -g message-style fg=brightred #orange
19
+ set-option -g message-style fg=brightred,bg=white #orange and base2
24
20
25
21
# pane number display
26
22
set-option -g display-panes-active-colour blue #blue
You can’t perform that action at this time.
0 commit comments