Skip to content

Commit e5e7b4f

Browse files
authored
Merge pull request #23 from darcyparker/updateOptionsRemovedFromTmux
Update *.conf files to use applicable `-style` properties
2 parents b74be1f + 7849dba commit e5e7b4f

4 files changed

+32
-52
lines changed

tmuxcolors-256.conf

+8-13
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
11
#### COLOUR (Solarized 256)
22

33
# default statusbar colors
4-
set-option -g status-bg colour235 #base02
5-
set-option -g status-fg colour136 #yellow
6-
set-option -g status-attr default
4+
set-option -g status-style fg=colour136,bg=colour235 #yellow and base02
75

86
# default window title colors
9-
set-window-option -g window-status-fg colour244 #base0
10-
set-window-option -g window-status-bg default
11-
#set-window-option -g window-status-attr dim
7+
set-window-option -g window-status-style fg=colour244,bg=default #base0 and default
8+
#set-window-option -g window-status-style dim
129

1310
# active window title colors
14-
set-window-option -g window-status-current-fg colour166 #orange
15-
set-window-option -g window-status-current-bg default
16-
#set-window-option -g window-status-current-attr bright
11+
set-window-option -g window-status-current-style fg=colour166,bg=default #orange and default
12+
#set-window-option -g window-status-current-style bright
1713

1814
# pane border
19-
set-option -g pane-border-fg colour235 #base02
20-
set-option -g pane-active-border-fg colour240 #base01
15+
set-option -g pane-border-style fg=colour235 #base02
16+
set-option -g pane-active-border-style fg=colour240 #base01
2117

2218
# message text
23-
set-option -g message-bg colour235 #base02
24-
set-option -g message-fg colour166 #orange
19+
set-option -g message-style fg=colour166,bg=colour235 #orange and base02
2520

2621
# pane number display
2722
set-option -g display-panes-active-colour colour33 #blue

tmuxcolors-base16.conf

+8-13
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,22 @@
1414
# base16-solarized-dark terminal/shell color themes.
1515

1616
# default statusbar colors
17-
set-option -g status-bg colour18 #base2
18-
set-option -g status-fg yellow #yellow
19-
set-option -g status-attr default
17+
set-option -g status-style fg=yellow,bg=colour18 #yellow and base2
2018

2119
# default window title colors
22-
set-window-option -g window-status-fg colour20 #base00
23-
set-window-option -g window-status-bg default
24-
#set-window-option -g window-status-attr dim
20+
set-window-option -g window-status-style fg=colour20,bg=default #base00 and default
21+
#set-window-option -g window-status-style dim
2522

2623
# active window title colors
27-
set-window-option -g window-status-current-fg colour16 #orange
28-
set-window-option -g window-status-current-bg default
29-
#set-window-option -g window-status-current-attr bright
24+
set-window-option -g window-status-current-style fg=colour16,bg=default #orange and default
25+
#set-window-option -g window-status-current-style bright
3026

3127
# pane border
32-
set-option -g pane-border-fg colour18 #base2
33-
set-option -g pane-active-border-fg colour19 #base1
28+
set-option -g pane-border-style fg=colour18 #base2
29+
set-option -g pane-active-border-style fg=colour19 #base1
3430

3531
# message text
36-
set-option -g message-bg colour18 #base2
37-
set-option -g message-fg colour16 #orange
32+
set-option -g message-style fg=colour16,bg=colour18 #orange and base2
3833

3934
# pane number display
4035
set-option -g display-panes-active-colour blue #blue

tmuxcolors-dark.conf

+8-13
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
11
#### COLOUR (Solarized dark)
22

33
# default statusbar colors
4-
set-option -g status-bg black #base02
5-
set-option -g status-fg yellow #yellow
6-
set-option -g status-attr default
4+
set-option -g status-style fg=yellow,bg=black #yellow and base02
75

86
# default window title colors
9-
set-window-option -g window-status-fg brightblue #base0
10-
set-window-option -g window-status-bg default
11-
#set-window-option -g window-status-attr dim
7+
set-window-option -g window-status-style fg=brightblue,bg=default #base0 and default
8+
#set-window-option -g window-status-style dim
129

1310
# active window title colors
14-
set-window-option -g window-status-current-fg brightred #orange
15-
set-window-option -g window-status-current-bg default
16-
#set-window-option -g window-status-current-attr bright
11+
set-window-option -g window-status-current-style fg=brightred,bg=default #orange and default
12+
#set-window-option -g window-status-current-style bright
1713

1814
# pane border
19-
set-option -g pane-border-fg black #base02
20-
set-option -g pane-active-border-fg brightgreen #base01
15+
set-option -g pane-border-style fg=black #base02
16+
set-option -g pane-active-border-style fg=brightgreen #base01
2117

2218
# message text
23-
set-option -g message-bg black #base02
24-
set-option -g message-fg brightred #orange
19+
set-option -g message-style fg=brightred,bg=black #orange and base01
2520

2621
# pane number display
2722
set-option -g display-panes-active-colour blue #blue

tmuxcolors-light.conf

+8-13
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
11
#### COLOUR (Solarized light)
22

33
# default statusbar colors
4-
set-option -g status-bg white #base2
5-
set-option -g status-fg yellow #yellow
6-
set-option -g status-attr default
4+
set-option -g status-style fg=yellow,bg=white #yellow and base2
75

86
# default window title colors
9-
set-window-option -g window-status-fg brightyellow #base00
10-
set-window-option -g window-status-bg default
11-
#set-window-option -g window-status-attr dim
7+
set-window-option -g window-status-style fg=brightyellow,bg=default #base0 and default
8+
#set-window-option -g window-status-style dim
129

1310
# active window title colors
14-
set-window-option -g window-status-current-fg brightred #orange
15-
set-window-option -g window-status-current-bg default
16-
#set-window-option -g window-status-current-attr bright
11+
set-window-option -g window-status-current-style fg=brightred,bg=default #orange and default
12+
#set-window-option -g window-status-current-style bright
1713

1814
# pane border
19-
set-option -g pane-border-fg white #base2
20-
set-option -g pane-active-border-fg brightcyan #base1
15+
set-option -g pane-border-style fg=white #base2
16+
set-option -g pane-active-border-style fg=brightcyan #base1
2117

2218
# message text
23-
set-option -g message-bg white #base2
24-
set-option -g message-fg brightred #orange
19+
set-option -g message-style fg=brightred,bg=white #orange and base2
2520

2621
# pane number display
2722
set-option -g display-panes-active-colour blue #blue

0 commit comments

Comments
 (0)